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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeObservation
IdObservation-hdp-chief-complaint-gp-visit.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

Chief complaint: "Patient came in for diabetes follow-up and medication review. For the past week had increased thirst, waking at night to urinate, and mild fatigue. No fever, no chest pain, no shortness of breath."

Linked to the community/HMO ambulatory encounter for this visit.


Source1

{
  "resourceType": "Observation",
  "id": "hdp-chief-complaint-gp-visit",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "encounterInformation",
        "display": "Encounter information"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-patient-reported-chief-complaint"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hmo1.example.org/observations",
      "value": "HMO1-CC-GP-2024-0001"
    }
  ],
  "subject": {
    "reference": "Patient/il-hdp-patient",
    "display": "ILHDP Patient"
  },
  "encounter": {
    "reference": "Encounter/hdp-community-hmo-ambulatory-gp-visit",
    "display": "HDP Community/HMO Ambulatory Encounter - GP Visit"
  },
  "performer": [
    {
      "reference": "Practitioner/practitioner-md",
      "display": "Dr. Greenfeld Diana"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "8661-1",
        "system": "http://loinc.org",
        "display": "Chief complaint - Reported"
      }
    ]
  },
  "status": "final",
  "valueString": "Patient came in for diabetes follow-up and medication review. For the past week had increased thirst, waking at night to urinate, and mild fatigue. No fever, no chest pain, no shortness of breath.",
  "effectiveDateTime": "2024-11-28T09:30:00+02:00"
}