FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | Observation |
| Id | Observation-body-surface-area-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation body-surface-area-example
status: Final
category: Vital Signs
code: Body surface area
subject: Lucy L. Child Female, DoB: 2023-02-05 ( Medical Record Number: m456 (use: usual, ))
effective: 2023-04-01
performer: Practitioner Kyle Anydoc
value: 0.27 m^2 (Details: UCUM codem^2 = 'm^2')
{
"resourceType": "Observation",
"id": "body-surface-area-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-body-surface-area"
]
},
"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": "8277-6"
}
]
},
"subject": {
"reference": "Patient/cancer-patient-lucy-child"
},
"effectiveDateTime": "2023-04-01",
"performer": [
{
"reference": "Practitioner/us-core-practitioner-kyle-anydoc"
}
],
"valueQuantity": {
"value": 0.27,
"unit": "m^2",
"system": "http://unitsofmeasure.org",
"code": "m^2"
}
}