IHE FHIR Profile: Occupational Data for Health (ODH) - International 1.0.0-comment - ballot
Publication Build: This will be filled in by the publication tooling
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:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "obf-datatype-YesNoVS"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2022-12-08T22:48:48.139+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#y9QayohBhNdmjqm5"^^xsd:anyURI ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul/></div>" ] ; # fhir:url [ fhir:v "https://profiles.ihe.net/PCC/ODH/ValueSet/obf-datatype-YesNoVS"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0-comment"] ; # fhir:name [ fhir:v "YesNoVS"] ; # fhir:title [ fhir:v "Yes No VS"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-01-04T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "IHE International"] ; # fhir:contact ( [ fhir:name [ fhir:v "IHE Patient Care Coordination Committee" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/patient_care_coordination/" ] ] ) ] ) ; # fhir:description [ fhir:v "Value set indicating yes or no (values drawn from Snomed CT), equivalent to LL361-7."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ; fhir:code [ fhir:v "001" ] ] ) ] ) . #