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

FHIR IG analytics

Packagehl7.fhir.be.lab
Resource TypeObservation
IdObservation-obsDynamicHead.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

empty

Source1

{
  "resourceType": "Observation",
  "id": "obsDynamicHead",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72171-2",
        "display": "Glucose tolerance 4 hours panel - Serum or Plasma"
      }
    ]
  },
  "effectiveDateTime": "2015-11-04T09:16:00-05:00",
  "issued": "2015-11-04T09:16:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner10"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/obsDynamic0"
    },
    {
      "reference": "Observation/obsDynamic1"
    },
    {
      "reference": "Observation/obsDynamic2"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "118555000",
            "display": "Substance amount"
          }
        ]
      },
      "valueQuantity": {
        "value": 75,
        "unit": "g",
        "system": "http://unitsofmeasure.org",
        "code": "g"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "774167006",
            "display": "Product name"
          }
        ]
      },
      "valueString": "syrupy glucose solution"
    }
  ]
}