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

FHIR IG analytics

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

status: Final

code: Previous pregnancies

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

effective: 2023-05-10

performer: Practitioner Anne Njoroge

value: Yes


Source1

{
  "resourceType": "Observation",
  "id": "ObservationPreviousPregnancies",
  "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": "Previous pregnancies"
  },
  "subject": {
    "reference": "Patient/ExamplePatientKPS"
  },
  "effectiveDateTime": "2023-05-10",
  "performer": [
    {
      "reference": "Practitioner/PractitionerKPS"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.dha.go.ke/ig/patient-summary/CodeSystem/kpsb-clinical-consultation-codes",
        "code": "KPS.B.DE.29",
        "display": "Yes"
      }
    ]
  }
}