FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-ma-ma-schema-1-RelatedPerson-13001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson ma-ma-schema-1-RelatedPerson-13001
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:ma:ma-schema-1:RelatedPerson/13001 (use: official, )
active: true
patient: John Michael Smith
relationship: Spouse
name: Jane Marie Smith(Official)
telecom: ph: 647-555-9999(Mobile), jane.smith@example.com
gender: Female
birthDate: 1977-08-22
address: 123 Main Street Apartment 4B Toronto ON M5H 2N2 CA (home)
| ContentType | Title | Creation |
| image/jpeg | Jane Smith Photo | 2023-01-15 |
period: 2000-06-15 --> (ongoing)
| Language | Preferred |
| English | true |
{
"resourceType": "RelatedPerson",
"id": "ma-ma-schema-1-RelatedPerson-13001",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:telus:emr:ma:ma-schema-1:RelatedPerson",
"value": "13001"
}
],
"active": true,
"patient": {
"reference": "Patient/ma-ma-schema-1-Patient-12345",
"type": "Patient",
"display": "John Michael Smith"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SPS",
"display": "spouse"
}
],
"text": "Spouse"
}
],
"name": [
{
"use": "official",
"text": "Jane Marie Smith",
"family": "Smith",
"given": [
"Jane",
"Marie"
]
}
],
"telecom": [
{
"system": "phone",
"value": "647-555-9999",
"use": "mobile"
},
{
"system": "email",
"value": "jane.smith@example.com",
"use": "home"
}
],
"gender": "female",
"birthDate": "1977-08-22",
"address": [
{
"use": "home",
"type": "physical",
"line": [
"123 Main Street",
"Apartment 4B"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5H 2N2",
"country": "CA"
}
],
"photo": [
{
"contentType": "image/jpeg",
"title": "Jane Smith Photo",
"creation": "2023-01-15"
}
],
"period": {
"start": "2000-06-15"
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
]
}