@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://elga.moped.at/ValueSet/GeburtenanzahlVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "GeburtenanzahlVS"] ; # 
  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>Generated Narrative: ValueSet GeburtenanzahlVS</b></p><a name=\"GeburtenanzahlVS\"> </a><a name=\"hcGeburtenanzahlVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><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/11636-8/\">11636-8</a></td><td>[#] Births.live</td></tr><tr><td><a href=\"https://loinc.org/57062-2/\">57062-2</a></td><td>[#] Births.stillborn</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/GeburtenanzahlVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/GeburtenanzahlVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "GeburtenanzahlVS"] ; # 
  fhir:title [ fhir:v "Valueset für die Art der Geburtenanzahl"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-01-09T08:51:35+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ELGA GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://elga.gv.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Valueset für die Art der Geburtenanzahl in MOPED"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "11636-8" ] ;
         fhir:display [ fhir:v "[#] Births.live" ]
       ] [
         fhir:code [ fhir:v "57062-2" ] ;
         fhir:display [ fhir:v "[#] Births.stillborn" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

