Example CodeSystem/conceptmap-properties (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Code SystemConceptMapProperties
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "conceptmap-properties"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-12-14T07:12:54.019+11:00" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "vocab" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "1" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/conceptmap-properties"];
fhir:CanonicalResource.version [ fhir:value "5.0.0-snapshot3"];
fhir:CanonicalResource.name [ fhir:value "ConceptMapProperties"];
fhir:CanonicalResource.title [ fhir:value "FHIR Defined ConceptMap Properties"];
fhir:CanonicalResource.status [ fhir:value "draft"];
fhir:CanonicalResource.experimental [ fhir:value "true"];
fhir:CanonicalResource.publisher [ fhir:value "FHIR Project"];
fhir:CanonicalResource.description [ fhir:value "A set of common concept properties for use on ConceptMap"];
fhir:CanonicalResource.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/conceptmap-properties"];
fhir:CodeSystem.version [ fhir:value "5.0.0-snapshot3"];
fhir:CodeSystem.name [ fhir:value "ConceptMapProperties"];
fhir:CodeSystem.title [ fhir:value "FHIR Defined ConceptMap Properties"];
fhir:CodeSystem.status [ fhir:value "draft"];
fhir:CodeSystem.experimental [ fhir:value "true"];
fhir:CodeSystem.publisher [ fhir:value "FHIR Project"];
fhir:CodeSystem.description [ fhir:value "A set of common concept properties for use on ConceptMap"];
fhir:CodeSystem.jurisdiction [
fhir:CodeableConcept.coding [
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ]
]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "relationshipRefinement" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Relationship Refinement" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "Property of type coding that indicates a specific refined relationship such as categorized by or grouped" ]
] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.