@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "OrganizationType"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2020-04-04T07:13:35.736+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/OrganizationType defines many codes, but they are not represented here

" ]; fhir:CodeSystem.url [ fhir:value "https://sequoiaproject.org/fhir/sphd-stu3/CodeSystem/OrganizationType"]; fhir:CodeSystem.version [ fhir:value "0.0.1"]; fhir:CodeSystem.name [ fhir:value "OrganizationType"]; fhir:CodeSystem.title [ fhir:value "Organization Type"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2020-09-11T00:02:57-04:00"^^xsd:dateTime]; 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.content [ fhir:value "not-present"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "Participant" ]; fhir:CodeSystem.concept.display [ fhir:value "Participant" ]; fhir:CodeSystem.concept.definition [ fhir:value "Participant" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "Subparticipant" ]; fhir:CodeSystem.concept.display [ fhir:value "Subparticipant" ]; fhir:CodeSystem.concept.definition [ fhir:value "Subparticipant" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "Implementer" ]; fhir:CodeSystem.concept.display [ fhir:value "Implementer" ]; fhir:CodeSystem.concept.definition [ fhir:value "Implementer" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "Connection" ]; fhir:CodeSystem.concept.display [ fhir:value "Connection" ]; fhir:CodeSystem.concept.definition [ fhir:value "Connection" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------