FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Organization |
| Id | Organization-ma-ma-schema-1-Organization-0.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ma-ma-schema-1-Organization-0
Last updated: 2023-12-18 23:07:47+0000;
Information Source: urn:telus:emr:ma:ma-schema-1
Profile: DwOrganization
Security Label: normal (Details: Confidentiality code N = 'normal')
identifier: Organization identifier/0 (use: official, )
active: true
type: Provider's Office
name: Main Street Family Practice
telecom: ph: 416-555-1000(Work), fax: 416-555-1001(Work), info@mainstreetfp.ca
address: 123 Main Street, Toronto, ON M5H 2N2, Canada(work)
{
"resourceType": "Organization",
"id": "ma-ma-schema-1-Organization-0",
"meta": {
"lastUpdated": "2023-12-18T23:07:47Z",
"source": "urn:telus:emr:ma:ma-schema-1",
"profile": [
"https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwOrganization"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "N",
"display": "normal"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX",
"display": "Organization identifier"
}
]
},
"system": "urn:telus:emr:ma:ma-schema-1:Organization",
"value": "0"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "PROFF",
"display": "Provider's Office"
}
]
}
],
"name": "Main Street Family Practice",
"telecom": [
{
"system": "phone",
"value": "416-555-1000",
"use": "work"
},
{
"system": "fax",
"value": "416-555-1001",
"use": "work"
},
{
"system": "email",
"value": "info@mainstreetfp.ca",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "physical",
"text": "123 Main Street, Toronto, ON M5H 2N2, Canada",
"line": [
"123 Main Street"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5H 2N2",
"country": "Canada"
}
]
}