FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Observation |
| Id | nl-core-BodyWeight-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | 6 februari 2013 |
|---|---|
| Code | Waarde |
| Body weight | 2400 gram |
| State of dress | Diaper |
{
"resourceType": "Observation",
"id": "nl-core-BodyWeight-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/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",
"type": "Patient",
"display": "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
},
"effectiveDateTime": "2013-02-06",
"valueQuantity": {
"value": 2400,
"unit": "gram",
"system": "http://unitsofmeasure.org",
"code": "g"
},
"note": [
{
"text": "Luier woog 320 gram"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "248159006",
"display": "State of dress"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.8.1",
"code": "DIAPER",
"display": "Diaper"
}
]
}
}
]
}