FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson example
Profile: QICore RelatedPerson
active: true
relationship: Emergency Contact
name: Peter James Chalmers (Official)
telecom: ph: (03) 5555 6473(Work)
gender: Male
address: 534 Erewhon St PleasantVille UT 84414 (home)
| ContentType | Url |
| image/jpeg | http://example.org/Binary/f012 |
period: 2012-03-11 --> (ongoing)
{
"resourceType": "RelatedPerson",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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": "http://example.org/Binary/f012"
}
],
"period": {
"start": "2012-03-11"
}
}