Guide d'implémentation Fr Core 2.0.0-ballot - 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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fr-core-cs-identifier-type"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">VN<a name=\"fr-core-cs-identifier-type-VN\"> </a></td><td>Visit Number</td></tr><tr><td style=\"white-space:nowrap\">MN<a name=\"fr-core-cs-identifier-type-MN\"> </a></td><td>Movement Number</td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0-ballot"] ; # fhir:name [ fhir:v "FRCoreCodeSystemIdentifierType"] ; # fhir:title [ fhir:v "FR Core CodeSystem Identifier Type"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-02-20T11:29:22+01:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Interop'Santé"] ; # fhir:contact ( [ fhir:name [ fhir:v "Interop'Santé" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://interopsante.org/" ] ] ) ] [ fhir:name [ fhir:v "InteropSanté" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@interopsante.org" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Identifier type"] ; # 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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "VN" ] ; fhir:display [ fhir:v "Visit Number" ] ] [ fhir:code [ fhir:v "MN" ] ; fhir:display [ fhir:v "Movement Number" ] ] ) . #