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

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeObservation
IdObservation-ex-observation-food.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 ex-observation-food

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

identifier: http://example.org/observation-identifiers/obs-food-allergy-001

status: Final

category: Allergy

code: Allergy to food

subject: John Schmidt Other, DoB: 1923-07-25 ( http://example.org/mrn#123456)

effective: 2023-01-15 10:00:00+0000

performer: http://example.org/Practitioner/ex-practitioner

value: Allergy to peanuts

interpretation: Abnormal

note:

Patient has a known allergy to peanuts. Avoid all peanut-containing products.


Source1

{
  "resourceType": "Observation",
  "id": "ex-observation-food",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/observation-identifiers",
      "value": "obs-food-allergy-001"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "symptom"
        }
      ],
      "text": "Allergy"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "48765-2"
      }
    ],
    "text": "Allergy to food"
  },
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "effectiveDateTime": "2023-01-15T10:00:00Z",
  "performer": [
    {
      "reference": "http://example.org/Practitioner/ex-practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "235719002"
      }
    ],
    "text": "Allergy to peanuts"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "A"
        }
      ],
      "text": "Abnormal"
    }
  ],
  "note": [
    {
      "text": "Patient has a known allergy to peanuts. Avoid all peanut-containing products."
    }
  ]
}