@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 -------------------------------------------------------------------

<http://fhir.org/guides/who/smart-immunization/ValueSet/Preterm-values> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Preterm-values"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/367494004\">367494004</a></td><td>Premature birth of newborn (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/4886009\">4886009</a></td><td>Premature birth of newborn male (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/59403008\">59403008</a></td><td>Premature birth of newborn female (finding)</td></tr></table></li><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/76517-2/\">76517-2</a></td><td>Premature infant</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.org/guides/who/smart-immunization/ValueSet/Preterm-values"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "Pretermvalues"] ; # 
  fhir:title [ fhir:v "Preterm valueset"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-04-13T07:36:12+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "World Health Organization (WHO)"] ; # 
  fhir:description [ fhir:v "Codes representing Preterm values"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "001" ]
     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "367494004" ] ;
         fhir:display [ fhir:v "Premature birth of newborn (finding)" ]
       ] [
         fhir:code [ fhir:v "4886009" ] ;
         fhir:display [ fhir:v "Premature birth of newborn male (finding)" ]
       ] [
         fhir:code [ fhir:v "59403008" ] ;
         fhir:display [ fhir:v "Premature birth of newborn female (finding)" ]
       ] )
     ] [
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "76517-2" ] ;
         fhir:display [ fhir:v "Premature infant" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

