FHIR IG analytics| Package | hl7.fhir.us.icsr-ae-reporting |
| Resource Type | Observation |
| Id | Observation-SamplePatientWeight.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation
Resource Observation "SamplePatientWeight"
Profile: Patient Body Weight in kg
status: final
category: Vital Signs (Observation Category Codes#vital-signs)
code: 29463-7 (LOINC#29463-7)
subject: Patient/SampleICSRPatient " BLACK"
effective: 2020-02-10
value: 120 kg (Details: UCUM code kg = 'kg')
{
"resourceType": "Observation",
"id": "SamplePatientWeight",
"meta": {
"profile": [
"http://hl7.org/fhir/us/icsr-ae-reporting/StructureDefinition/icsr-patientweight"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29463-7"
}
]
},
"subject": {
"reference": "Patient/SampleICSRPatient"
},
"effectiveDateTime": "2020-02-10",
"valueQuantity": {
"value": 120,
"unit": "kg",
"system": "http://unitsofmeasure.org",
"code": "kg"
}
}