@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://nictiz.nl/fhir/Observation/nl-core-FeedingPatternInfant-01> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-FeedingPatternInfant-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-FeedingPatternInfant"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-FeedingPatternInfant>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"nl-core-FeedingPatternInfant-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-FeedingPatternInfant-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nl-core-FeedingPatternInfant.html\">nl core FeedingPatternInfant</a></p></div><p><b>basedOn</b>: <a href=\"NutritionOrder-nl-core-FeedingPatternInfant-01-NutritionOrder-01.html\">NutritionOrder/nl-core-FeedingPatternInfant-01-NutritionOrder-01: voedingsadvies</a></p><p><b>status</b>: final</p><p><b>code</b>: bevinding betreffende voedingspatroon van zuigeling <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#289145007)</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-20 10:00:00+0100</p><p><b>note</b>: Heeft veel zuigbehoefte en krijgt fopspeen voor de nacht</p><blockquote><p><b>component</b></p><p><b>code</b>: voedingssupplement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#373453009)</span></p><p><b>value</b>: Geen</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: frequentie van voeding van zuigeling <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#364653007)</span></p><p><b>value</b>: 6 /d<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code /d = '/d')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>ext FeedingPatternInfant.FeedingMethod</b>: zuigeling krijgt voeding via borst <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#169741004)</span></p><p><b>code</b>: soort zuigelingenvoeding <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#109021000146107)</span></p><p><b>value</b>: moedermelk <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#226789007)</span></p></blockquote></div>"
  ] ; # 
  fhir:basedOn ( [
     fhir:link <http://nictiz.nl/fhir/NutritionOrder/nl-core-FeedingPatternInfant-01-NutritionOrder-01> ;
     fhir:reference [ fhir:v "NutritionOrder/nl-core-FeedingPatternInfant-01-NutritionOrder-01" ] ;
     fhir:type [ fhir:v "NutritionOrder"^^xsd:anyURI ] ;
     fhir:display [ fhir:v "voedingsadvies" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
     fhir:coding ( [
       a sct:289145007 ;
       fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "289145007" ] ;
       fhir:display [ fhir:v "bevinding betreffende voedingspatroon van zuigeling" ]
     ] )
  ] ; # 
  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-20T10:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:note ( [
     fhir:text [ fhir:v "Heeft veel zuigbehoefte en krijgt fopspeen voor de nacht" ]
  ] ) ; # 
  fhir:component ( [
     fhir:code [
       fhir:coding ( [
         a sct:373453009 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "373453009" ] ;
         fhir:display [ fhir:v "voedingssupplement" ]
       ] )
     ] ;
     fhir:value [ fhir:v "Geen" ]
  ] [
     fhir:code [
       fhir:coding ( [
         a sct:364653007 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "364653007" ] ;
         fhir:display [ fhir:v "frequentie van voeding van zuigeling" ]
       ] )
     ] ;
     fhir:value [
       a fhir:Quantity ;
       fhir:value [ fhir:v "6"^^xsd:decimal ] ;
       fhir:unit [ fhir:v "/d" ] ;
       fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "/d" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-FeedingPatternInfant.FeedingMethod"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           a sct:169741004 ;
           fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "169741004" ] ;
           fhir:display [ fhir:v "zuigeling krijgt voeding via borst" ]
         ] )
       ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         a sct:109021000146107 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "109021000146107" ] ;
         fhir:display [ fhir:v "soort zuigelingenvoeding" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         a sct:226789007 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "226789007" ] ;
         fhir:display [ fhir:v "moedermelk" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

