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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm.r4b
Resource TypeObservation
IdObservation-observation-example-ach-pass2-vitals-weight.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 observation-example-ach-pass2-vitals-weight

status: Final

category: Vital Signs

code: Weight

subject: Pass2 ACH

encounter: Emergency Encounter

effective: 2024-01-31 01:42:00-0500

issued: 2024-01-31 01:42:00-0500

performer: Practitioner Example Practitioner

value: 113.4 kg (Details: UCUM codekg = 'kg')


Source1

{
  "resourceType": "Observation",
  "id": "observation-example-ach-pass2-vitals-weight",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "version": "1.0.0",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body weight"
      }
    ],
    "text": "Weight"
  },
  "subject": {
    "reference": "Patient/patient-example-ach-ach-pass2",
    "display": "Pass2 ACH"
  },
  "encounter": {
    "reference": "Encounter/encounter-example-ach-ach-pass2-emergency",
    "display": "Emergency Encounter"
  },
  "effectiveDateTime": "2024-01-31T01:42:00-05:00",
  "issued": "2024-01-31T01:42:00-05:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 113.4,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}