FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeLocation
IdLocation-ma-ma-schema-1-Location-101.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
  }
}