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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypePatient
IdPatient-GeneralPatientExample.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 GeneralPatientExample

Profile: Patient

Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)


Marital Status:Married
Other Ids:
  • http://moh.gov.et/fhir/hiv/identifier/SmartCareID/NID12345671
  • http://moh.gov.et/fhir/hiv/identifier/UAN/UAN12345671
Contact Detail
Links:
Patient ReligionMuslim

Source1

{
  "resourceType": "Patient",
  "id": "GeneralPatientExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
            "code": "1023"
          }
        ],
        "text": "Muslim"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/MRN",
      "value": "MRN12345671"
    },
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/SmartCareID",
      "value": "NID12345671"
    },
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/UAN",
      "value": "UAN12345671"
    }
  ],
  "name": [
    {
      "family": "Adams",
      "given": [
        "Mark"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "27537652509",
      "use": "work"
    },
    {
      "system": "email",
      "value": "someone@something.org",
      "use": "home"
    }
  ],
  "gender": "male",
  "birthDate": "2000-11-11",
  "address": [
    {
      "extension": [
        {
          "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/residential-type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "224804009"
              }
            ],
            "text": "Rural"
          }
        }
      ],
      "line": [
        "123",
        "Tesfaye Street",
        "Bole"
      ],
      "city": "Addis Ababa",
      "district": "Addis Ababa Central District",
      "state": "Addis Ababa"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/CurrentServiceProviderExample"
  }
}