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

FHIR IG analytics

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

Profile: Patient

Jane Smith Female, DoB: 1982-04-12 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345673)


Other Ids:
  • http://moh.gov.et/fhir/hiv/identifier/SmartCareID/NID12345673
  • http://moh.gov.et/fhir/hiv/identifier/UAN/UAN12345673
Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "SexualPartnerRelatedPersonBecomesPatientExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/MRN",
      "value": "MRN12345673"
    },
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/SmartCareID",
      "value": "NID12345673"
    },
    {
      "system": "http://moh.gov.et/fhir/hiv/identifier/UAN",
      "value": "UAN12345673"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "Jane"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "27537652509",
      "use": "work"
    },
    {
      "system": "email",
      "value": "someone@something.org",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1982-04-12",
  "address": [
    {
      "line": [
        "123",
        "Tesfaye Street",
        "Bole"
      ],
      "city": "Addis Ababa",
      "district": "Addis Ababa Central District",
      "state": "Addis Ababa"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/CurrentServiceProviderExample"
  },
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/PartnerRelatedPersonExample"
      },
      "type": "replaces"
    }
  ]
}