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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeObservation
Idvitalsigns-bloodglucose-01.json
FHIR VersionR3

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

Observatie/bepaling. Subject: I. XXX_Helleman-de Haas. Id: 17d1416f-8fdf-11ec-1577-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Categorie: Laboratory test finding (finding), Status: definitiefUitvoerende: I. XXX_Helleman-de Haas
CodeWaarde
Glucose [Moles/volume] in Capillary blood --2 hours post meal
120 min - na de lunch
6.3 mmol/l

Source1

{
  "resourceType": "Observation",
  "id": "vitalsigns-bloodglucose-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/vitalsign-bloodglucose"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/v3/TimingEvent",
                "code": "PCD",
                "display": "PCD"
              }
            ]
          }
        },
        {
          "url": "offset",
          "valueQuantity": {
            "value": 120,
            "unit": "min",
            "system": "http://unitsofmeasure.org",
            "code": "min"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/observation-eventTiming"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "17d1416f-8fdf-11ec-1577-020000000000"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49581000146104",
          "display": "Laboratory test finding (finding)"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "14760-3",
        "display": "Glucose [Moles/volume] in Capillary blood --2 hours post meal"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-03",
    "display": "I. XXX_Helleman-de Haas"
  },
  "performer": [
    {
      "reference": "Patient/nl-core-patient-03",
      "display": "I. XXX_Helleman-de Haas"
    }
  ],
  "valueQuantity": {
    "value": 6.3,
    "unit": "mmol/l",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  }
}