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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypePractitioner
IdPractitioner-ma-ma-schema-1-Practitioner-789.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: Practitioner ma-ma-schema-1-Practitioner-789

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Profile: DwPractitioner

identifier: User ID/789, Provider ID/456, License number/123456

active: true

name: Dr. Sarah Elizabeth Johnson, MD(Official)

telecom: ph: 416-555-9876(Work), fax: 416-555-9877(Work), sarah.johnson@mainstreetfp.ca

address: 123 Main Street, Toronto, ON M5H 2N2, Canada(work)

gender: Female

Qualifications

-Code
*Doctor of Medicine

Source1

{
  "resourceType": "Practitioner",
  "id": "ma-ma-schema-1-Practitioner-789",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPractitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "EI",
            "display": "Employee number"
          }
        ],
        "text": "User ID"
      },
      "system": "urn:telus:emr:ma:ma-schema-1:userid",
      "value": "789"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ],
        "text": "Provider ID"
      },
      "system": "urn:telus:emr:ma:ma-schema-1:providerid",
      "value": "456"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN",
            "display": "License number",
            "userSelected": true
          }
        ]
      },
      "system": "urn:oid:2.16.840.1.113883.4.347",
      "value": "123456",
      "assigner": {
        "display": "College of Physicians and Surgeons of Ontario"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Dr. Sarah Elizabeth Johnson, MD",
      "family": "Johnson",
      "given": [
        "Sarah",
        "Elizabeth"
      ],
      "prefix": [
        "Dr."
      ],
      "suffix": [
        "MD"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "416-555-9876",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "416-555-9877",
      "use": "work"
    },
    {
      "system": "email",
      "value": "sarah.johnson@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"
    }
  ],
  "gender": "female",
  "qualification": [
    {
      "code": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360",
            "code": "MD",
            "display": "Doctor of Medicine"
          }
        ],
        "text": "Doctor of Medicine"
      }
    }
  ]
}