FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.geboortezorg
Resource TypeObservation
IdBirthWeight.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "birthweight-example-child",
  "meta": {
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-observation",
      "http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation",
      "http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8339-4",
        "display": "Birth weight Measured"
      },
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body weight"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-child",
    "display": "Example Child"
  },
  "context": {
    "reference": "EpisodeOfCare/example"
  },
  "effectiveDateTime": "2017-06-20",
  "valueQuantity": {
    "value": 2845,
    "unit": "g",
    "system": "http://unitsofmeasure.org",
    "code": "g"
  },
  "interpretation": {
    "coding": [
      {
        "system": "PercentielGeboortegewicht",
        "code": "2",
        "display": "p2,3 tot p10"
      }
    ]
  }
}