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

FHIR IG analytics

Packagehl7.fhir.us.mihr.r4
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-child-peter-doe-example.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: RelatedPerson

Resource RelatedPerson "relatedperson-child-peter-doe-example" Version "2" Updated "2022-03-15 17:14:37+0000"

Information Source: #oFdcJA7tnpwLDQ31!

Profile: RelatedPerson - Mother Gestational

US Core Race Extension

url

ombCategory

value: Black or African American (Details: urn:oid:2.16.840.1.113883.6.238 code 2054-5 = 'Black or African American', stated as 'Black or African American')

url

text

value: Black or African America

US Core Ethnicity Extension

url

ombCategory

value: Hispanic or Latino (Details: urn:oid:2.16.840.1.113883.6.238 code 2135-2 = 'Hispanic or Latino', stated as 'Hispanic or Latino')

url

text

value: Hispanic or Latino

active: true

patient: Patient/patient-child-peter-doe-example: Patient - Peter Doe " DOE"

relationship: mother (RoleCode#GESTM "gestational mother")

name: DOE, ALLISON(OFFICIAL)

telecom: ph: 5555555555(MOBILE)

gender: female

birthDate: 1999-09-16

address: 2801 ANY ANY, MO 64117 US(HOME)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-child-peter-doe-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2022-03-15T17:14:37.196+00:00",
    "source": "#oFdcJA7tnpwLDQ31",
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-gestational"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2054-5",
            "display": "Black or African American"
          }
        },
        {
          "url": "text",
          "valueString": "Black or African America"
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2135-2",
            "display": "Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Hispanic or Latino"
        }
      ]
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/patient-child-peter-doe-example",
    "display": "Patient - Peter Doe"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "GESTM",
          "display": "gestational mother"
        }
      ],
      "text": "mother"
    }
  ],
  "name": [
    {
      "id": "CI-12742728-1",
      "use": "official",
      "text": "DOE, ALLISON",
      "family": "DOE",
      "given": [
        "ALLISON"
      ],
      "period": {
        "start": "2021-01-03T11:01:29.000Z"
      }
    }
  ],
  "telecom": [
    {
      "id": "CI-PH-29822997-7",
      "system": "phone",
      "value": "5555555555",
      "use": "mobile",
      "rank": 1,
      "period": {
        "start": "2021-01-03T11:01:29.000Z"
      }
    }
  ],
  "gender": "female",
  "birthDate": "1999-09-16",
  "address": [
    {
      "id": "CI-24327194-0",
      "use": "home",
      "text": "2801 ANY \nANY, MO 64117\nUS",
      "line": [
        "2801 ANY"
      ],
      "city": "ANY",
      "state": "MO",
      "postalCode": "64117",
      "country": "US",
      "period": {
        "start": "2021-01-03T11:01:29.000Z"
      }
    }
  ]
}