@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "v3-ActClassClinicalDocument"];
fhir:Resource.language [ fhir:value "en"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div ""
];
fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActClassClinicalDocument"];
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.13948" ]
];
fhir:ValueSet.version [ fhir:value "2.0.0"];
fhir:ValueSet.name [ fhir:value "ActClassClinicalDocument"];
fhir:ValueSet.title [ fhir:value "ActClassClinicalDocument"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date];
fhir:ValueSet.description [ fhir:value "A clinical document is a documentation of clinical observations and services, with the following characteristics: (1) Persistence - A clinical document continues to exist in an unaltered state, for a time period defined by local and regulatory requirements; (2) Stewardship - A clinical document is maintained by a person or organization entrusted with its care; (3) Potential for authentication - A clinical document is an assemblage of information that is intended to be legally authenticated; (4) Wholeness - Authentication of a clinical document applies to the whole and does not apply to portions of the document without the full context of the document; (5) Human readability - A clinical document is human readable.\""];
fhir:ValueSet.immutable [ fhir:value "true"^^xsd:boolean];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActClass" ];
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 "DOCCLIN" ]
]
]
] .
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl .
# -------------------------------------------------------------------------------------