Example in International Patient Access1.1.0
Patient

PatientExample1

Patient-PatientExample1.json

Resource Details

Resource Type
Patient
Resource ID
PatientExample1
Identifier
urn:oid:2.16.840.1.113883.19.5|12345
Conforms To
http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient

Example Metadata

Index metadata for this example. The full FHIR resource body is not loaded in the workbench.

{
  "resourceType": "Patient",
  "id": "PatientExample1",
  "filename": "Patient-PatientExample1.json",
  "profile": [
    "http://hl7.org/fhir/uv/ipa/StructureDefinition/ipa-patient"
  ],
  "identifier": {
    "system": "urn:oid:2.16.840.1.113883.19.5",
    "value": "12345"
  },
  "displayName": "Meiko Lufhir",
  "gender": "female",
  "birthDate": "1978-03-22"
}