FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 0.0.1-snapshot-2 - informative
FHIR Cross-Version Extensions package for FHIR R4B from FHIR R4 - Version 0.0.1-snapshot-2. See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "summary"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem summary</b></p><a name=\"summary\"> </a><a name=\"hcsummary\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/CodeSystem/summary</code> defines codes, but no codes are represented here</p></div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ ( fhir:extension [ fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ; fhir:value [ a fhir:id ; fhir:v "hl7.fhir.uv.xver-r4.r4b" ] ] [ fhir:url [ fhir:v "version"^^xsd:anyURI ] ; fhir:value [ a fhir:string ; fhir:v "0.0.1-snapshot-2" ] ] ) ; fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "fhir" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "informative" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ; fhir:value [ a fhir:canonical ; fhir:v "http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/4.0/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b> ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/summary"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.1"] ; # fhir:name [ fhir:v "Code system summary example for ACME body sites"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-09-13T16:11:23-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # fhir:contact ( [ fhir:name [ fhir:v "FHIR Infrastructure" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] ) ] ) ; # fhir:description [ fhir:v "This is an example code system summary for the ACME codes for body site."] ; # fhir:useContext ( [ fhir:code [ fhir:system [ fhir:v "http://example.org/CodeSystem/contexttype"^^xsd:anyURI ] ; fhir:code [ fhir:v "species" ] ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:337915000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "337915000" ] ; fhir:display [ fhir:v "Homo sapiens (organism)" ] ] ) ] ] ) ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "CA" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "not-present"] ; # fhir:count [ fhir:v "92"^^xsd:nonNegativeInteger] . #