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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeObservation
Idzib-BodyWeight-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: Johan XXX_Helleman. Id: 194206c9-8fdf-11ec-1006-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Categorie: Vital Signs, Status: definitiefUitvoerende: Vaste Huisarts 1 - Maatschap Vaste Huisarts
Bepalingdatum/tijd3 februari 2013
CodeWaarde
Body weight72 kg
Clothing worn during measureMinimal dressed

Source1

{
  "resourceType": "Observation",
  "id": "zib-bodyweight-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "194206c9-8fdf-11ec-1006-020000000000"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body weight"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "effectiveDateTime": "2013-02-03",
  "performer": [
    {
      "extension": [
        {
          "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
          "valueReference": {
            "reference": "PractitionerRole/nl-core-practitionerrole-02",
            "display": "Vaste Huisarts 1 - Maatschap Vaste Huisarts"
          }
        }
      ],
      "reference": "Practitioner/nl-core-practitioner-02",
      "display": "Vaste Huisarts 1"
    }
  ],
  "valueQuantity": {
    "value": 72,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8352-7",
            "display": "Clothing worn during measure"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.8.1",
            "code": "MINIMAL",
            "display": "Minimal dressed"
          }
        ]
      }
    }
  ]
}