This page is part of the FHIR Shorthand (v0.12.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
Source view
@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 "shorthand-code-system"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Shorthand Code System</h2><div><p>Code system containing local codes defined in FHIR Shorthand.</p>\n</div><p>This code system http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system 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\">example<a name=\"shorthand-code-system-example\"> </a></td><td>Example</td><td>The instance represents an example, not a real-life resource, and will be presented as such in an IG.</td></tr><tr><td style=\"white-space:nowrap\">inline<a name=\"shorthand-code-system-inline\"> </a></td><td>Inline</td><td>The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle).</td></tr><tr><td style=\"white-space:nowrap\">definition<a name=\"shorthand-code-system-definition\"> </a></td><td>Definition</td><td>The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page.</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/shorthand/CodeSystem/shorthand-code-system"]; fhir:CodeSystem.version [ fhir:value "0.12.0"]; fhir:CodeSystem.name [ fhir:value "ShorthandCodeSystem"]; fhir:CodeSystem.title [ fhir:value "Shorthand Code System"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2020-04-01T17:25:07+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 International - FHIR Infrastructure Group"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ] ] ]; fhir:CodeSystem.description [ fhir:value "Code system containing local codes defined in FHIR Shorthand."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ] ] ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "example" ]; fhir:CodeSystem.concept.display [ fhir:value "Example" ]; fhir:CodeSystem.concept.definition [ fhir:value "The instance represents an example, not a real-life resource, and will be presented as such in an IG." ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "inline" ]; fhir:CodeSystem.concept.display [ fhir:value "Inline" ]; fhir:CodeSystem.concept.definition [ fhir:value "The instance is not instantiated as an independent resource, but appears as part of another instance (for example, in a composition or bundle)." ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "definition" ]; fhir:CodeSystem.concept.display [ fhir:value "Definition" ]; fhir:CodeSystem.concept.definition [ fhir:value "The instance is a conformance item, specifically, instances of a resource such as a search parameter, operation definition, or questionnaire. These items will presented on their own IG page." ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.