0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: EndpointUseCaseCodes - 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 "EndpointUseCaseCodes"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-02-11T23:02:43.515+00:00"^^xsd:dateTime ]
  ];
  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-stu3/CodeSystem/EndpointUseCaseCodes 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\">QueryBasedDocumentExchange<a name=\"EndpointUseCaseCodes-QueryBasedDocumentExchange\"> </a></td><td>Query Based Document Exchange</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/EndpointUseCaseCodes"];
  fhir:CodeSystem.version [ fhir:value "0.0.1"];
  fhir:CodeSystem.name [ fhir:value "SequoiaEndpointUseCaseCodes"];
  fhir:CodeSystem.title [ fhir:value "Endpoint Use Case Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-09-11T00:14:55-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "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.valueSet [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/ValueSet/EndpointUseCaseCodes"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "QueryBasedDocumentExchange" ];
     fhir:CodeSystem.concept.display [ fhir:value "Query Based Document Exchange" ]
  ].

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

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