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

FHIR IG analytics

Packagehl7.fhir.us.mcode.r4b
Resource TypeObservation
IdObservation-body-surface-area-brian-l.json
FHIR VersionR4B

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

Generated Narrative: Observation body-surface-area-brian-l

status: Final

category: Vital Signs

code: Body surface area

subject: Brian L Male, DoB: 2021-01-01 ( Medical Record Number: MRN5678 (use: usual, ))

effective: 2024-01-01

performer: Practitioner Owen Oncologist

value: 0.59 square meter (Details: UCUM codem2 = 'm2')


Source1

{
  "resourceType": "Observation",
  "id": "body-surface-area-brian-l",
  "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-brian-l"
  },
  "effectiveDateTime": "2024-01-01",
  "performer": [
    {
      "reference": "Practitioner/us-core-practitioner-owen-oncologist"
    }
  ],
  "valueQuantity": {
    "value": 0.59,
    "unit": "square meter",
    "system": "http://unitsofmeasure.org",
    "code": "m2"
  }
}