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

FHIR IG analytics

Packageihe.qrph.bfdr
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-mother-carmen-teresa-lee.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 relatedperson-mother-carmen-teresa-lee

version: versionId: id (PrimitiveType/RelatedPerson.meta.versionId): element = id -> versionId=id[10]; Last updated: 2023-04-06 00:33:56+0000

Profile: RelatedPerson - Mother Gestational - Vital Records

active: true

patient: Patient - Decedent Fetus (Fetus Not Named)

relationship: Gestational Mother

name: Carmen Teresa Lee (Official)

gender: Female

birthDate: 1986-02-15


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-mother-carmen-teresa-lee",
  "meta": {
    "versionId": "10",
    "lastUpdated": "2023-04-06T00:33:56.436Z",
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-mother-gestational-vr"
    ]
  },
  "text": {
    "status": "generated",
    "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-decedent-fetus-not-named",
    "display": "Patient - Decedent Fetus (Fetus Not Named)"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "GESTM",
          "display": "gestational mother"
        }
      ],
      "text": "Gestational Mother"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Lee",
      "given": [
        "Carmen",
        "Teresa"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1986-02-15"
}