HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
1.0.0 - STU1 International flag

HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/rmrlangford/Botswana-Training and changes regularly. See the Directory of published versions

: Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "HivPatientExample",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/botswana-training/StructureDefinition/hiv-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Mike John Smith (OFFICIAL)</b> male, DoB: 1983-05-22 ( Patient folder number:\u00a0MRN ID can be issued by many different systems.)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>id:\u00a0Biometric ID can be issued by many different systems.</li><li>id:\u00a0Omang ID is split into two.</li><li>Passport number:\u00a0A patient can have multiple passport IDs.</li><li>id:\u00a0refugee-id</li><li>id:\u00a0birth-cert-id</li><li>id:\u00a0A patient can have multiple residence IDs.</li><li>id:\u00a0foreign-id</li><li>id:\u00a0drivers-id</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+27829999999\">+27829999999</a></li><li><a href=\"mailto:someone@something.com\">someone@something.com</a></li><li><a href=\"mailto:someone2@something.com\">someone2@something.com</a></li><li>15 street name Broadhurst Gaborone Botswana </li><li>44 street name 2 Phakalane Gaborone Botswana </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>John Jack Doe </li><li><a href=\"tel:+27829999999\">+27829999999</a></li><li><a href=\"mailto:someone@something.com\">someone@something.com</a></li><li><a href=\"mailto:someone2@something.com\">someone2@something.com</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">Patient Nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {urn:iso:std:iso:3166 BWA}\">Nationality</span></li><li>period: 1983-05-22 --&gt; (ongoing)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's legal status as citizen of a country.\">Patient Citizenship:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {urn:iso:std:iso:3166 BWA}\">Citizenship</span></li><li>period: 1983-05-22 --&gt; (ongoing)</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "BWA",
                "display" : "Botswana"
              }
            ],
            "text" : "Nationality"
          }
        },
        {
          "url" : "period",
          "valuePeriod" : {
            "start" : "1983-05-22"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    },
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "BWA",
                "display" : "Botswana"
              }
            ],
            "text" : "Citizenship"
          }
        },
        {
          "url" : "period",
          "valuePeriod" : {
            "start" : "1983-05-22"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "MRN-SYSTEM-1"
            },
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/url",
              "valueUri" : "http://openhie.org/fhir/botswana-training/identifier/mrn-for-system-1"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        },
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "MRN-SYSTEM-2"
            },
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/url",
              "valueUri" : "http://openhie.org/fhir/botswana-training/identifier/mrn-for-system-2"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ],
        "text" : "Patient folder number"
      },
      "system" : "http://openhie.org/fhir/botswana-training/identifier/mrn",
      "value" : "MRN ID can be issued by many different systems."
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Biometric-SYSTEM-1"
            },
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/url",
              "valueUri" : "http://openhie.org/fhir/botswana-training/identifier/biometric-for-system-1"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        },
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Biometric-SYSTEM-2"
            },
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/url",
              "valueUri" : "http://openhie.org/fhir/botswana-training/identifier/biometric-for-system-2"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        }
      ],
      "system" : "http://openhie.org/fhir/botswana-training/identifier/biometric",
      "value" : "Biometric ID can be issued by many different systems."
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/standard-omang-id",
              "valueString" : "ABC-123-333-1A"
            },
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/generated-omang-id",
              "valueString" : "Richard-Langford-40-M"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/omang-id"
        }
      ],
      "system" : "http://openhie.org/fhir/botswana-training/identifier/omang",
      "value" : "Omang ID is split into two."
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Passport-1"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        },
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Passport-2"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PPN",
            "display" : "Passport number"
          }
        ],
        "text" : "Passport number"
      },
      "system" : "http://openhie.org/fhir/botswana-training/identifier/passport",
      "value" : "A patient can have multiple passport IDs."
    },
    {
      "system" : "http://openhie.org/fhir/botswana-training/identifier/refugee",
      "value" : "refugee-id"
    },
    {
      "system" : "http://openhie.org/fhir/botswana-training/identifier/birth-certificate",
      "value" : "birth-cert-id"
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Residence-1"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        },
        {
          "extension" : [
            {
              "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/value",
              "valueString" : "Residence-2"
            }
          ],
          "url" : "http://openhie.org/fhir/botswana-training/StructureDefinition/parent"
        }
      ],
      "system" : "http://openhie.org/fhir/botswana-training/identifier/residence",
      "value" : "A patient can have multiple residence IDs."
    },
    {
      "system" : "http://openhie.org/fhir/botswana-training/identifier/foreign",
      "value" : "foreign-id"
    },
    {
      "system" : "http://openhie.org/fhir/botswana-training/identifier/drivers",
      "value" : "drivers-id"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Mike",
        "John"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+27829999999"
    },
    {
      "system" : "email",
      "value" : "someone@something.com"
    },
    {
      "system" : "email",
      "value" : "someone2@something.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1983-05-22",
  "address" : [
    {
      "type" : "postal",
      "line" : [
        "15",
        "street name",
        "Broadhurst"
      ],
      "city" : "Gaborone",
      "district" : "Ramotswa",
      "country" : "Botswana"
    },
    {
      "type" : "postal",
      "line" : [
        "44",
        "street name 2",
        "Phakalane"
      ],
      "city" : "Gaborone",
      "district" : "Ramotswa",
      "country" : "Botswana"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "N"
            }
          ]
        }
      ],
      "name" : {
        "family" : "Doe",
        "given" : [
          "John",
          "Jack"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+27829999999"
        },
        {
          "system" : "email",
          "value" : "someone@something.com"
        },
        {
          "system" : "email",
          "value" : "someone2@something.com"
        }
      ]
    }
  ]
}