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

FHIR IG analytics

Packagehl7.fhir.us.icsr-ae-reporting
Resource TypeObservation
IdObservation-SamplePatientWeight.json
FHIR VersionR4

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

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')


Source1

{
  "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"
  }
}