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

FHIR IG analytics

Packagehl7.fhir.us.birthdefectreporting
Resource TypeRelatedPerson
IdRelatedPerson-ResponsiblePartyExample.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 ResponsiblePartyExample

patient: Melanie Aurora Boucher (official) Female, DoB: 2020-08-08 ( Medical record number)

relationship: Grandmother

name: Helen Moore

telecom: ph: 734-555-7810(Mobile)

gender: Female

birthDate: 1958-09-01

address: 1889 West Elm St Ann Arbor MI 48105

Communications

-Language
*English

Source1

{
  "resourceType": "RelatedPerson",
  "id": "ResponsiblePartyExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/birthdefectreporting/StructureDefinition/bdr-relatedpersonresponsibleparty"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/PatientNewbornExample"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "GRMTH",
          "display": "Grandmother"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Moore",
      "given": [
        "Helen"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "734-555-7810",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1958-09-01",
  "address": [
    {
      "line": [
        "1889 West Elm St"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48105"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}