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

FHIR IG analytics

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

status: Final

code: Travel period

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

performer: Practitioner Anne Njoroge

value: 2024-02-01 --> 2024-03-15


Source1

{
  "resourceType": "Observation",
  "id": "ObservationTravelPeriod",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/patient-summary/StructureDefinition/ke-kps-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "text": "Travel period"
  },
  "subject": {
    "reference": "Patient/ExamplePatientKPS"
  },
  "performer": [
    {
      "reference": "Practitioner/PractitionerKPS"
    }
  ],
  "valuePeriod": {
    "start": "2024-02-01",
    "end": "2024-03-15"
  }
}