@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-ProvenanceEventCurrentState-AS"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActStatus
    CodeDisplayDefinition
    abortedabortedThe Act has been terminated prior to the originally intended completion.
    cancelledcancelledThe Act has been abandoned before activation.
    completedcompletedAn Act that has terminated normally after all of its constituents have been performed.
    newnewAn Act that is in the preparatory stages and may not yet be acted upon
    nullifiednullifiedThis Act instance was created in error and has been 'removed' and is treated as though it never existed. A record is retained for audit purposes only.
    obsoleteobsoleteThis Act instance has been replaced by a new instance.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ProvenanceEventCurrentState-AS"]; 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.20545" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ProvenanceEventCurrentStateAS"]; fhir:ValueSet.title [ fhir:value "ProvenanceEventCurrentState-AS"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-08-07"^^xsd:date]; fhir:ValueSet.description [ fhir:value "Specifies the state change of a target Act, using ActStatus codes, from its previous state as a predecessor Act.\r\n\r\nFor example, if the target Act is the result of a predecessor Act being \"obsoleted\" and replaced with the target Act, the source ProvenanceEventCurrentState Act code would be \"obsoleted\"."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActStatus" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "aborted" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "cancelled" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "completed" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "new" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "nullified" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "obsolete" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------