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

FHIR IG analytics

Packagehl7.fhir.uv.ipa.r4b
Resource TypeObservation
IdObservation-VitalSignsExample1.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 VitalSignsExample1

status: Final

category: Vital Signs

code: Weight

subject: Meiko Lufhir

effective: 2019-09-05 20:00:00+0000

issued: 2019-09-05 20:49:27+0000

performer: Marty Seeger, MD

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


Source1

{
  "resourceType": "Observation",
  "id": "VitalSignsExample1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body weight"
      },
      {
        "system": "http://loinc.org",
        "code": "3141-9",
        "display": "Body weight Measured"
      },
      {
        "system": "http://loinc.org",
        "code": "8716-3",
        "display": "Vital signs"
      }
    ],
    "text": "Weight"
  },
  "subject": {
    "reference": "Patient/PatientExample1",
    "display": "Meiko Lufhir"
  },
  "effectiveDateTime": "2019-09-05T20:00:00Z",
  "issued": "2019-09-05T20:49:27Z",
  "performer": [
    {
      "reference": "Practitioner/PractitionerExample1",
      "display": "Marty Seeger, MD"
    }
  ],
  "valueQuantity": {
    "value": 50,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}