GenomeX Data Exchange FHIR IG
0.2.0 - draft

GenomeX Data Exchange FHIR IG, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CodeX-HL7-FHIR-Accelerator/GenomeX-DataExchange/ and changes regularly. See the Directory of published versions

: PrenatalRelatedPersonPatientFemale - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "PrenatalRelatedPersonPatientFemale",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-09-25T00:02:13.030+00:00",
    "source" : "#mzuK1EHcvMPipAda"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson PrenatalRelatedPersonPatientFemale</b></p><a name=\"PrenatalRelatedPersonPatientFemale\"> </a><a name=\"hcPrenatalRelatedPersonPatientFemale\"> </a><a name=\"PrenatalRelatedPersonPatientFemale-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2024-09-25 00:02:13+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #mzuK1EHcvMPipAda</p></div><blockquote><p><b>org/fhir/us/core/StructureDefinition/us-core-race</b></p><ul><li>ombCategory: <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CDCREC.html#CDCREC-2106-3\">CDC Race and Ethnicity 2106-3</a>: White</li><li>detailed: <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CDCREC.html#CDCREC-2108-9\">CDC Race and Ethnicity 2108-9</a>: European</li><li>text: Northern European</li></ul></blockquote><p><b>identifier</b>: Patient ID/7fb905f171204b94b8ee33d33cb624e6\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-PatientMale.html\">Higado Sobreviviente (official) Male, DoB: 1996-05-13 ( Patient ID: fec6172efdca41b4a13341e75cb62e0f\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode DOMPART}\">domestic partner</span></p><p><b>name</b>: Jenny M (Official)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1988-02-12</p><p><b>address</b>: US (home)</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2108-9",
            "display" : "European"
          }
        },
        {
          "url" : "text",
          "valueString" : "Northern European"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Patient ID"
          }
        ]
      },
      "value" : "7fb905f171204b94b8ee33d33cb624e6"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/PatientMale"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "DOMPART",
          "display" : "domestic partner"
        }
      ]
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "M",
      "given" : [
        "Jenny"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1988-02-12",
  "address" : [
    {
      "use" : "home",
      "country" : "US"
    }
  ]
}