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

FHIR IG analytics

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

active: true

patient: Gene Austin Wellington (official) Male, DoB: 2020-04-28 ( Medical record number)

relationship: natural father

name: Adam Wellington

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

gender: Male

birthDate: 1992-03-17

address: 425 East 66th St Ann Arbor MI 48105

Communications

-Language
*English

Source1

{
  "resourceType": "RelatedPerson",
  "id": "FatherRelatedPersonExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vr-common-library/StructureDefinition/RelatedPerson-father-natural-vr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/PatientChildExample"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "NFTH",
          "display": "natural father"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Wellington",
      "given": [
        "Adam"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "734-555-9087",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1992-03-17",
  "address": [
    {
      "line": [
        "425 East 66th St"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "48105"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      }
    }
  ]
}