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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypePatient
IdPatient-ExampleSGHIPatient.json
FHIR VersionR5

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 ExampleSGHIPatient

Profiles: SGHI Patient, {{HAPI_FHIR_BASE_URL}}/StructureDefinition/patient

James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)


Active:true
Contact Detail+254-722-123456
Next of kin:
Links:

Source1

{
  "resourceType": "Patient",
  "id": "ExampleSGHIPatient",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/patient",
      "{{HAPI_FHIR_BASE_URL}}/StructureDefinition/patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "12345",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "James Pond",
      "family": "Pond",
      "given": [
        "James"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254-722-123456"
    }
  ],
  "gender": "male",
  "birthDate": "1990-07-15",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next of kin"
            }
          ]
        }
      ],
      "name": {
        "use": "official",
        "text": "Mary Pond",
        "family": "Pond",
        "given": [
          "Mary"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+254-733-987654"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/ExampleSGHIOrganization"
  }
}