@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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://nictiz.nl/fhir/Observation/nl-core-ApgarScore-10Minute-01> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-ApgarScore-10Minute-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-ApgarScore-10Minute"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-ApgarScore-10Minute>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"nl-core-ApgarScore-10Minute-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;nl-core-ApgarScore-10Minute-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-ApgarScore-10Minute.html\">nl core ApgarScore 10Minute</a></p></div><p><b>status</b>: final</p><p><b>code</b>: 10 minute Apgar Score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#9271-8)</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient/nl-core-Patient-01: Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a> &quot; VAN PUTTEN-VAN DER GIESSEN&quot;</p><p><b>effective</b>: 2016-12-19 09:00:00+0100</p><p><b>value</b>: 8</p><p><b>note</b>: Geen medisch onderzoek kinderarts nodig</p><blockquote><p><b>component</b></p><p><b>code</b>: 10 minute Apgar Respiratory effort <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32405-3)</span></p><p><b>value</b>: Good, strong cry; normal rate and effort of breathing <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6727-7)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 10 minute Apgar Color <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32401-2)</span></p><p><b>value</b>: Good color in body with bluish hands or feet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6723-6)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 10 minute Apgar Heart rate <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32402-0)</span></p><p><b>value</b>: Fewer than 100 beats per minute <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6717-8)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 10 minute Apgar Reflex irritability <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32404-6)</span></p><p><b>value</b>: Grimace and pulling away, cough, or sneeze during suctioning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6721-0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: 10 minute Apgar Muscle tone <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#32403-8)</span></p><p><b>value</b>: Active motion <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA6715-2)</span></p></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:9271-8 ;
       fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "9271-8" ] ;
       fhir:display [ fhir:v "10 minute Apgar Score" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:link <http://nictiz.nl/fhir/Patient/nl-core-Patient-01> ;
     fhir:reference [ fhir:v "Patient/nl-core-Patient-01" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
     fhir:display [ fhir:v "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen" ]
  ] ; # 
  fhir:effective [ fhir:v "2016-12-19T09:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:value [ fhir:v "8"^^xsd:integer] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Geen medisch onderzoek kinderarts nodig" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a loinc:32405-3 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "32405-3" ] ;
         fhir:display [ fhir:v "10 minute Apgar Respiratory effort" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a loinc:LA6727-7 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "LA6727-7" ] ;
         fhir:display [ fhir:v "Good, strong cry; normal rate and effort of breathing" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:32401-2 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "32401-2" ] ;
         fhir:display [ fhir:v "10 minute Apgar Color" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a loinc:LA6723-6 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "LA6723-6" ] ;
         fhir:display [ fhir:v "Good color in body with bluish hands or feet" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:32402-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "32402-0" ] ;
         fhir:display [ fhir:v "10 minute Apgar Heart rate" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a loinc:LA6717-8 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "LA6717-8" ] ;
         fhir:display [ fhir:v "Fewer than 100 beats per minute" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:32404-6 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "32404-6" ] ;
         fhir:display [ fhir:v "10 minute Apgar Reflex irritability" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a loinc:LA6721-0 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "LA6721-0" ] ;
         fhir:display [ fhir:v "Grimace and pulling away, cough, or sneeze during suctioning" ]
       ] )
     ]
  ] [
     fhir:code [
       fhir:coding ( [
         a loinc:32403-8 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "32403-8" ] ;
         fhir:display [ fhir:v "10 minute Apgar Muscle tone" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a loinc:LA6715-2 ;
         fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "LA6715-2" ] ;
         fhir:display [ fhir:v "Active motion" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

