Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Observation - zib-feedingpatterninfant-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "zib-feedingpatterninfant-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"zib-feedingpatterninfant-01\"> </a><a name=\"hczib-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;zib-feedingpatterninfant-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zib-FeedingPatternInfant.html\">HCIM FeedingPatternInfant</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: Finding of infant feeding pattern (finding) <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-03.html\">Patient/nl-core-patient-03: I. Jongeneel-de Haas</a> &quot; JONGENEEL-DE HAAS&quot;</p><p><b>effective</b>: 2019-02-10 10:00:00+0200</p><blockquote><p><b>component</b></p><p><b>code</b>: Nutritional supplement (substance) <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>: Frequency of infant feeding (observable entity) <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 per day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code 6/d = '6/d')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>HCIM FeedingPatternInfant-FeedingMethod</b>: Flesvoeding <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#268472006)</span></p><p><b>code</b>: Type Voeding <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#4.31.3)</span></p><p><b>value</b>: Kunstvoeding <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#226790003)</span></p></blockquote></div>"
  },
  "status" : "preliminary",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "289145007",
        "display" : "Finding of infant feeding pattern (finding)"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "effectiveDateTime" : "2019-02-10T10:00:00+02:00",
  "component" : [
    {
      "code" : // FeedingSupplement
      {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "373453009",
            "display" : "Nutritional supplement (substance)"
          }
        ]
      },
      "valueString" : "Geen"
    },
    {
      "code" : // FeedingFrequency
      {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "364653007",
            "display" : "Frequency of infant feeding (observable entity)"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 6,
        "unit" : "per day",
        "system" : "http://unitsofmeasure.org",
        "code" : "6/d"
      }
    },
    {
      "extension" : [
        //  FeedingMethod 
        {
          "url" : "http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant-FeedingMethod",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "268472006",
                "display" : "Flesvoeding"
              }
            ]
          }
        }
      ],
      "code" : // FeedingType
      {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0",
            "code" : "4.31.3",
            "display" : "Type Voeding"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "226790003",
            "display" : "Kunstvoeding"
          }
        ]
      }
    }
  ]
}