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

FHIR IG analytics

Packagefhir.iptpig
Resource TypePatient
IdPatient-iptp-patient-001.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: Patient iptp-patient-001

Anonymous Patient Female, DoB Unknown


Active:true
Contact Detailph: 0774232423
Language:English (preferred)
IPTp SMS Consenttrue
IPTp ANC Number Hasha3f1c2d4e5b6789012345678901234567890abcdef1234567890abcdef123456
IPTp Language PreferenceEnglish

Source1

{
  "resourceType": "Patient",
  "id": "iptp-patient-001",
  "meta": {
    "profile": [
      "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-anc-number-hash",
      "valueString": "a3f1c2d4e5b6789012345678901234567890abcdef1234567890abcdef123456"
    },
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-language-preference",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://iptp.kemri.go.ke/fhir/CodeSystem/iptp-code-system",
            "code": "language-english",
            "display": "English"
          }
        ]
      }
    },
    {
      "url": "http://iptp.kemri.go.ke/fhir/StructureDefinition/iptp-sms-consent",
      "valueBoolean": true
    }
  ],
  "active": true,
  "telecom": [
    {
      "system": "phone",
      "value": "0774232423"
    }
  ],
  "gender": "female",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ]
      },
      "preferred": true
    }
  ]
}