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

FHIR IG analytics

Packageke.fhir.patient-summary
Resource TypeObservation
IdObservation-ObservationReferenceDateRange.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 ObservationReferenceDateRange

status: Final

category: Social History

code: Alcohol consumption period

subject: Hawa Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#28765432)

effective: 1974-01-01 --> 2004-12-31

performer: Practitioner Anne Njoroge

value: Heavy alcohol consumption during this period


Source1

{
  "resourceType": "Observation",
  "id": "ObservationReferenceDateRange",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/observation-category-cs",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "text": "Alcohol consumption period"
  },
  "subject": {
    "reference": "Patient/ExamplePatientKPS"
  },
  "effectivePeriod": {
    "start": "1974-01-01",
    "end": "2004-12-31"
  },
  "performer": [
    {
      "reference": "Practitioner/PractitionerKPS"
    }
  ],
  "valueString": "Heavy alcohol consumption during this period"
}