FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Location |
| Id | Location-ma-ma-schema-1-Location-101.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ma-ma-schema-1-Location-101
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Profile: DwLocation
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: urn:telus:emr:ma:ma-schema-1:Location/101 (use: official, )
status: Active
name: Exam Room 1
description: Primary examination room on ground floor
mode: Instance
type: Hospital
address: 123 Main Street, Room 101, Toronto, ON M5H 2N2, Canada(work)
managingOrganization: Main Street Family Practice
{
"resourceType": "Location",
"id": "ma-ma-schema-1-Location-101",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwLocation"
],
"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:Location",
"value": "101"
}
],
"status": "active",
"name": "Exam Room 1",
"description": "Primary examination room on ground floor",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"address": {
"use": "work",
"type": "physical",
"text": "123 Main Street, Room 101, Toronto, ON M5H 2N2, Canada",
"line": [
"123 Main Street",
"Room 101"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5H 2N2",
"country": "Canada"
},
"managingOrganization": {
"reference": "Organization/ma-ma-schema-1-Organization-0",
"type": "Organization",
"display": "Main Street Family Practice"
}
}