FHIR Tooling Extensions IG 0.1.0 - Release
This page is part of the HL7 Tools Extension IG (v0.1.0: Releases - Informative) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, 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 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:id [ fhir:v "id-expectation"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/tools/CodeSystem/id-expectation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">optional<a name=\"id-expectation-optional\"> </a></td><td>Id may or not be present (this is the default for elements but not resources)</td></tr><tr><td style=\"white-space:nowrap\">required<a name=\"id-expectation-required\"> </a></td><td>Id is required to be present (this is the default for resources but not elements)</td></tr><tr><td style=\"white-space:nowrap\">prohibited<a name=\"id-expectation-prohibited\"> </a></td><td>An ID is not allowed in this context</td></tr></table></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/tools/CodeSystem/id-expectation"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "IdExpectationCodes"] ; # fhir:title [ fhir:v "Id Expectation Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-12-19T11:34:35+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/Special/committees/fhir-i" ] ] ) ] ) ; # fhir:description [ fhir:v "Specifies whether a particular element or resource is expected to have an id or not"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "optional" ] ; fhir:display [ fhir:v "optional" ] ; fhir:definition [ fhir:v "Id may or not be present (this is the default for elements but not resources)" ] ] [ fhir:code [ fhir:v "required" ] ; fhir:display [ fhir:v "required" ] ; fhir:definition [ fhir:v "Id is required to be present (this is the default for resources but not elements)" ] ] [ fhir:code [ fhir:v "prohibited" ] ; fhir:display [ fhir:v "prohibited" ] ; fhir:definition [ fhir:v "An ID is not allowed in this context" ] ] ) . #