Médicosocial - Suivi Décisions Orientation 4.0.2-ballot-3 - trial-use
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 "type-document-reference-esms-valueset"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/57830-2/\">57830-2</a></td><td style=\"color: #cccccc\">Admission request Document</td></tr><tr><td><a href=\"https://loinc.org/51848-0/\">51848-0</a></td><td style=\"color: #cccccc\">Evaluation note</td></tr></table></li></ul></div>" ] ; # fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/sdo/ValueSet/type-document-reference-esms-valueset"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.2-ballot-3"] ; # fhir:name [ fhir:v "DocumentReferenceTypeESMSValueSet"] ; # fhir:title [ fhir:v "DocumentReferenceTypeESMSValueSet"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-04-18T09:30:02+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "ANS"] ; # fhir:contact ( [ fhir:name [ fhir:v "ANS" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://esante.gouv.fr" ] ] ) ] ) ; # fhir:description [ fhir:v "Code System pour la définition des éléments spécifiques de input dans ressource SDOTask"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "FR" ] ; fhir:display [ fhir:v "FRANCE" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; ( fhir:concept [ fhir:code [ fhir:v "57830-2" ] ] [ fhir:code [ fhir:v "51848-0" ] ] ) ] ) ] . #