@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/ghm-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ghm-vs"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narratif généré : EnsembleValeurs ghm-vs</b></p><a name=\"ghm-vs\"> </a><a name=\"hcghm-vs\"> </a><ul><li>Include tous les codes définis dans <a href=\"CodeSystem-ghm.html\"><code>https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/ghm</code></a><span title=\"La version n'est pas explicitement indiquée, ce qui signifie quelle est fixée à la version fournie dans cette spécification\"> version ?0.1.0</span></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/ghm-vs"^^xsd:anyURI ;
     fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/ValueSet/ghm-vs>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GhmVs"] ; # 
  fhir:title [ fhir:v "Liste des GHM pour le PMSI MCO"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-05-28T20:54:01+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AP-HP"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "AP-HP" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://aphp.fr" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Ce ValueSet contient les GHM pour le PMSI MCO"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "FRA" ]
     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v false] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/ghm"^^xsd:anyURI ;
         fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/CodeSystem/ghm>
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

