Sequoia Project Healthcare Directory Implementation Guide
0.0.1 - CI Build

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.1). See the Directory of published versions

: Endpoint Actor Codes - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "EndpointActorCodes"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2021-01-06T06:01:49.763+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#QB1nGfxItxqD0vgu" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointActorCodes defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Responding Gateway<a name=\"EndpointActorCodes-RespondingGateway\"> </a></td><td>Responding Gateway</td><td>The gateway corresponding to the responder actor</td></tr><tr><td style=\"white-space:nowrap\">Initiating Gateway<a name=\"EndpointActorCodes-InitiatingGateway\"> </a></td><td>Initiating Gateway</td><td>The gateway corresponding to the initiator actor</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://sequoiaproject.org/fhir/sphd/CodeSystem/EndpointActorCodes"];
  fhir:CodeSystem.version [ fhir:value "0.0.1"];
  fhir:CodeSystem.name [ fhir:value "EndpointActorCodes"];
  fhir:CodeSystem.title [ fhir:value "Endpoint Actor Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2021-12-16T17:13:49+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "The Sequoia Project"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "The Sequoia Project" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://sequoiaproject.org/" ]     ]
  ];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ];
       fhir:Coding.display [ fhir:value "United States of America" ]     ];
     fhir:CodeableConcept.text [ fhir:value "United States of America" ]
  ];
  fhir:CodeSystem.copyright [ fhir:value "This document is copyright 2017-18 by The Sequoia Project. All rights reserved world wide."];
  fhir:CodeSystem.valueSet [
     fhir:value "https://sequoiaproject.org/fhir/sphd/ValueSet/EndpointActorCodes";
     fhir:link <https://sequoiaproject.org/fhir/sphd/ValueSet/EndpointActorCodes>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "Responding Gateway" ];
     fhir:CodeSystem.concept.display [ fhir:value "Responding Gateway" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The gateway corresponding to the responder actor" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "Initiating Gateway" ];
     fhir:CodeSystem.concept.display [ fhir:value "Initiating Gateway" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The gateway corresponding to the initiator actor" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.