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

FHIR IG analytics

Packagehl7.fhir.us.carin-bb.r4
Resource TypeRelatedPerson
IdRelatedPerson-RelatedPerson1.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 RelatedPerson1

Last updated: 2020-05-04 03:02:01-0400

Profile: C4BB RelatedPersonversion: null2.1.0)

active: true

patient: Johnny Example1 Male, DoB: 1986-01-01 ( Member Number)

relationship: mother

name: Mary Example1

telecom: ph: (301)666-1212

address: 123 Main Street Pittsburgh PA 12519


Source1

{
  "resourceType": "RelatedPerson",
  "id": "RelatedPerson1",
  "meta": {
    "lastUpdated": "2020-05-04T03:02:01-04:00",
    "profile": [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-RelatedPerson|2.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/Patient1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "MTH"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Example1",
      "given": [
        "Mary"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(301)666-1212",
      "rank": 2
    }
  ],
  "address": [
    {
      "type": "physical",
      "line": [
        "123 Main Street"
      ],
      "city": "Pittsburgh",
      "state": "PA",
      "postalCode": "12519"
    }
  ]
}