International Patient Access
1.0.0-preview - STU1

International Patient Access - Local Development build (v1.0.0-preview). See the Directory of published versions

: PatientGenderExample1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PatientGenderExample1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Meiko Lufhir Jr., PhD</b> female, DoB: 1978-03-22 ( EPI: 248951 (USUAL))</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/gender-identity",
            "code" : "female"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ],
        "text" : "EPI"
      },
      "system" : "urn:oid:1.2.840.114350",
      "value" : "248951"
    },
    {
      "use" : "usual",
      "system" : "urn:oid:1.2.840.114350.1.13.861.1.7.5.737384.4399",
      "value" : "21890"
    },
    {
      "use" : "usual",
      "system" : "urn:oid:2.16.840.1.113883.4.1",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/rendered-value",
            "valueString" : "xxx-xx-7418"
          }
        ]
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "text" : "Meiko Lufhir Jr., PhD",
      "family" : "Lufhir",
      "given" : [
        "Meiko"
      ],
      "suffix" : [
        "JR.",
        "PHD"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "321-544-2222",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "321-841-3333",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "meikolu.fhir@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1978-03-22",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "100 Main St",
        "G-442"
      ],
      "city" : "Madison",
      "district" : "DANE",
      "state" : "WI",
      "postalCode" : "53703",
      "country" : "USA"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ],
    "text" : "Married"
  },
  "generalPractitioner" : [
    {
      "reference" : "https://example.com/instance/api/FHIR/R4/Practitioner/efv90i4pFs9fOm7QQhHOUHw3",
      "display" : "Amber Hxl, MD"
    }
  ]
}