Annuaire Santé 1.0.1 - 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 "as-vs-organization-types"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"https://interop.esante.gouv.fr/ig/nos/1.2.0/CodeSystem-TRE-R74-ModeFixationTarifaire.html\"><code>https://mos.esante.gouv.fr/NOS/TRE_R74-ModeFixationTarifaire/FHIR/TRE-R74-ModeFixationTarifaire</code></a></li></ul></div>" ] ; # fhir:url [ fhir:v "https://interop.esante.gouv.fr/ig/fhir/annuaire/ValueSet/as-vs-organization-types"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.1"] ; # fhir:name [ fhir:v "AsVsOrganizationTypes"] ; # fhir:title [ fhir:v "AS ValueSet OrganizationTypes"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2024-04-25T11:42:05+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris"] ; # fhir:contact ( [ fhir:name [ fhir:v "Agence du Numérique en Santé (ANS) - 2-10 Rue d'Oradour-sur-Glane, 75015 Paris" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://esante.gouv.fr" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "monserviceclient.annuaire@esante.gouv.fr" ] ] ) ] ) ; # fhir:description [ fhir:v "ValueSet définissant les types d'organisation"] ; # 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 "https://mos.esante.gouv.fr/NOS/TRE_R74-ModeFixationTarifaire/FHIR/TRE-R74-ModeFixationTarifaire"^^xsd:anyURI ] ] ) ] . #