@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-HumanActSite"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-HumanActSite"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.16538" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "HumanActSite"]; fhir:ValueSet.title [ fhir:value "HumanActSite"]; fhir:ValueSet.status [ fhir:value "retired"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "An anatomical location on a human which can be the focus of an act.\r\n\r\n*OpenIssue:* This value set was approved for **deletion** in November 2008, and was deleted at release \\#762. Subsequently, however, it was found that this deletion caused the legacy software embedded in the RMIM Designer in Visio to fail to show appropriate options for concepts in the subject area of this value set. For that reason, the value set was **re-added in releasse 813 and DEPRECATED from general use** at the same time. This value set should be deleted as soon as it is no longer required to support of the legacy software."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActSite" ]; fhir:ValueSet.compose.include.filter [ fhir:index 0; fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ]; fhir:ValueSet.compose.include.filter.op [ fhir:value "is-a" ]; fhir:ValueSet.compose.include.filter.value [ fhir:value "_HumanActSite" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-Dentition"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-HumanSubstanceAdministrationSite"; fhir:index 0; fhir:link ] ]; fhir:ValueSet.compose.exclude [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActSite" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "_HumanActSite" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActSite" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "_HumanSubstanceAdministrationSite" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------