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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeRelatedPerson
IdRelatedPerson-example.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 example

active: true

patient: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

relationship: Emergency Contact

name: Peter James Chalmers (Official)

telecom: ph: (03) 5555 6473(Work)

gender: Male

address: 534 Erewhon St PleasantVille UT 84414 (home)

Photos

-ContentTypeUrl
*image/jpegBinary/f012

period: 2012-03-11 --> (ongoing)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example",
  "meta": {
    "profile": [
      "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code": "C"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Chalmers",
      "given": [
        "Peter",
        "James"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(03) 5555 6473",
      "use": "work"
    }
  ],
  "gender": "male",
  "address": [
    {
      "use": "home",
      "line": [
        "534 Erewhon St"
      ],
      "city": "PleasantVille",
      "state": "UT",
      "postalCode": "84414"
    }
  ],
  "photo": [
    {
      "contentType": "image/jpeg",
      "url": "Binary/f012"
    }
  ],
  "period": {
    "start": "2012-03-11"
  }
}