FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Patient |
| Id | Patient-ma-ma-schema-1-Patient-12345.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ma-ma-schema-1-Patient-12345
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Profile: DwPatient
Security Label: normal (Details: Confidentiality code N = 'normal')
John Michael Smith Male, DoB: 1975-06-15 ( Jurisdictional Health Number: 1234567890)
| Active: | true | Deceased: | false |
| Marital Status: | Married | ||
| Other Id: | Medical Record Number/12345 (use: usual, ) | ||
| Contact Detail |
| ||
| Language: | English (preferred) | ||
| Links: |
| ||
| Active | |||
| Rostered | |||
| genderIdentity | Unknown | ||
{
"resourceType": "Patient",
"id": "ma-ma-schema-1-Patient-12345",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPatient"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK",
"display": "Unknown"
}
]
}
},
{
"url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-PatientStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:telus:emr:ma:ma-schema-1:codetable:patient-status",
"code": "active",
"display": "Active"
}
]
}
},
{
"url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-RosterStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "urn:telus:emr:ma:ma-schema-1:codetable:roster-status",
"code": "rostered",
"display": "Rostered"
}
]
}
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "urn:telus:emr:ma:ma-schema-1:patientid",
"value": "12345"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN",
"display": "Jurisdictional health number"
}
],
"text": "Jurisdictional Health Number"
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234567890",
"assigner": {
"display": "ON"
}
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "John Michael Smith",
"family": "Smith",
"given": [
"John",
"Michael"
]
}
],
"telecom": [
{
"system": "phone",
"value": "416-555-1234",
"use": "home"
},
{
"system": "phone",
"value": "647-555-5678",
"use": "mobile"
},
{
"system": "email",
"value": "john.smith@example.com",
"use": "home"
}
],
"gender": "male",
"birthDate": "1975-06-15",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "physical",
"line": [
"123 Main Street",
"Apartment 4B"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5H 2N2",
"country": "CA"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M",
"display": "Married"
}
]
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
"type": "Practitioner",
"display": "Dr. Sarah Johnson"
}
],
"managingOrganization": {
"reference": "Organization/ma-ma-schema-1-Organization-0",
"type": "Organization",
"display": "Main Street Family Practice"
}
}