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

FHIR IG analytics

Packagehl7.fhir.us.eltss.r4
Resource TypeRelatedPerson
IdRelatedPerson-son1.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 "son1" Version "1" Updated "2020-09-03 10:16:03-0400"

Information Source: #KZ0jzPjXDrhCiMif!

Profile: eLTSS RelatedPerson Profile

active: true

patient: Patient/patientBSJ1 " SMITH-JOHNSON"

relationship: son (RoleCode#SONC)

name: Charles Johnson


Source1

{
  "resourceType": "RelatedPerson",
  "id": "son1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-03T10:16:03.512-04:00",
    "source": "#KZ0jzPjXDrhCiMif",
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/RelatedPerson-eltss"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/patientBSJ1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SONC"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Charles Johnson",
      "family": "Charles",
      "given": [
        "Johnson"
      ]
    }
  ]
}