HL7 Terminology (THO)
3.0.0 - Publication
This page is part of the HL7 Terminology (v3.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions
@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 "v3-HL7DocumentFormatCodes"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes 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\">urn:hl7-org:sdwg:ccda-structuredBody:1.1<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-structuredBody.581.461\"> </a></td><td>ccda-structuredBody:1.1</td><td>C-CDA 1.1 constraints using a structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:ccda-nonXMLBody:1.1<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-nonXMLBody.581.461\"> </a></td><td>ccda-nonXMLBody:1.1</td><td>C-CDA 1.1 constraints using a non structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:ccda-structuredBody:2.1<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-structuredBody.582.461\"> </a></td><td>ccda-structuredBody:2.1</td><td>C-CDA 2.1 constraints using a structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:ccda-nonXMLBody:2.1<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-nonXMLBody.582.461\"> </a></td><td>ccda-nonXMLBody:2.1</td><td>C-CDA 2.1 constraints using a non structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:pacp-structuredBody:1.0<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58pacp-structuredBody.581.460\"> </a></td><td>pacp-structuredBody:1.0</td><td>PACP 1.0 constraints using a structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:pacp-nonXMLBody:1.0<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58pacp-nonXMLBody.581.460\"> </a></td><td>pacp-nonXMLBody:1.0</td><td>PACP 1.0 constraints using a non structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:ccda-structuredBody:2.2<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-structuredBody.582.462\"> </a></td><td>ccda-structuredBody:2.2</td><td>C-CDA 2.2 constraints using a structured body</td></tr><tr><td style=\"white-space:nowrap\">urn:hl7-org:sdwg:ccda-nonXMLBody:2.2<a name=\"v3-HL7DocumentFormatCodes-urn.58hl7-org.58sdwg.58ccda-nonXMLBody.582.462\"> </a></td><td>ccda-nonXMLBody:2.2</td><td>C-CDA 2.2 constraints using a non structured body</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-HL7DocumentFormatCodes"];
fhir:CodeSystem.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.4.642.1.1407" ]
];
fhir:CodeSystem.version [ fhir:value "2.0.0"];
fhir:CodeSystem.name [ fhir:value "HL7DocumentFormatCodes"];
fhir:CodeSystem.title [ fhir:value "HL7 Document Format Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
fhir:CodeSystem.date [ fhir:value "2019-07-25"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "Health Level 7"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Health Level Seven" ]
];
fhir:CodeSystem.description [ fhir:value "This codeSystem contains codes which specify the technical format of a document. Each code provides sufficient information to allow any potential document consumer to know if it will be able to process the document. The codes are sufficiently specific to ensure processing/display by identifying a document encoding, structure and template. For example, formatCodes can be used in the FHIR DocumentReference resource to characterize the document being referenced."];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:1.1" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-structuredBody:1.1" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 1.1 constraints using a structured body" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-nonXMLBody:1.1" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-nonXMLBody:1.1" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 1.1 constraints using a non structured body" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:2.1" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-structuredBody:2.1" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 2.1 constraints using a structured body" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-nonXMLBody:2.1" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-nonXMLBody:2.1" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 2.1 constraints using a non structured body" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:pacp-structuredBody:1.0" ];
fhir:CodeSystem.concept.display [ fhir:value "pacp-structuredBody:1.0" ];
fhir:CodeSystem.concept.definition [ fhir:value "PACP 1.0 constraints using a structured body" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:pacp-nonXMLBody:1.0" ];
fhir:CodeSystem.concept.display [ fhir:value "pacp-nonXMLBody:1.0" ];
fhir:CodeSystem.concept.definition [ fhir:value "PACP 1.0 constraints using a non structured body" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-structuredBody:2.2" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-structuredBody:2.2" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 2.2 constraints using a structured body" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "urn:hl7-org:sdwg:ccda-nonXMLBody:2.2" ];
fhir:CodeSystem.concept.display [ fhir:value "ccda-nonXMLBody:2.2" ];
fhir:CodeSystem.concept.definition [ fhir:value "C-CDA 2.2 constraints using a non structured body" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.