LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: CDM Practitioner - Dr Kelly - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "DrKelly",
  "meta" : {
    "extension" : [
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/tenant-id",
        "valueString" : "99999"
      },
      {
        "url" : "http://linuxforhealth.org/fhir/cdm/StructureDefinition/ingestion-batch-id",
        "valueString" : "b069a545-9506-40c6-8498-23de2e189143"
      }
    ],
    "source" : "http://acme-health.com/emr1",
    "profile" : [
      "http://linuxforhealth.org/fhir/cdm/StructureDefinition/cdm-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"DrKelly\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner \"DrKelly\" </p><p style=\"margin-bottom: 0px\">Information Source: http://acme-health.com/emr1!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdm-practitioner.html\">CDM Practitioner</a></p></div><p><b>identifier</b>: Source System Row Identifier: 0d82c96d-98c5-46cf-911d-a41991601320(use: OFFICIAL), Provider number: 1122334499(use: OFFICIAL), Tax ID number: 123456789(use: SECONDARY)</p><p><b>name</b>: Dr Debra R Kelly, MD</p><p><b>telecom</b>: ph: 214-555-2100(WORK), fax: 214-555-2101(WORK), <a href=\"mailto:drkelly@kellyclinic.com\">drkelly@kellyclinic.com</a></p><p><b>address</b>: 200 Main Street Suite 101 Irving TX 75014 US (WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/identifier-type",
            "code" : "SSRI"
          }
        ]
      },
      "system" : "http://acme-health.com/emr1/practitioner",
      "value" : "0d82c96d-98c5-46cf-911d-a41991601320",
      "assigner" : {
        "display" : "Acme Health - EMR1"
      }
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1122334499",
      "assigner" : {
        "display" : "cms.gov"
      }
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "urn:oid:2.16.840.1.113883.4.4",
      "value" : "123456789",
      "assigner" : {
        "display" : "irs.gov"
      }
    }
  ],
  "name" : [
    {
      "text" : "Dr Debra R Kelly, MD",
      "family" : "Kelly",
      "given" : [
        "Debra",
        "R"
      ],
      "prefix" : [
        "Dr"
      ],
      "suffix" : [
        "MD"
      ]
    }
  ],
  "telecom" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country",
          "valueString" : "1"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-extension",
          "valueString" : "101"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address",
          "valueUrl" : "tel:+12145552100;ext=101"
        }
      ],
      "system" : "phone",
      "value" : "214-555-2100",
      "use" : "work"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country",
          "valueString" : "1"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address",
          "valueUrl" : "tel:+12145552101"
        }
      ],
      "system" : "fax",
      "value" : "214-555-2101",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "drkelly@kellyclinic.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "200 Main Street",
        "Suite 101"
      ],
      "city" : "Irving",
      "district" : "TX",
      "state" : "TX",
      "postalCode" : "75014",
      "country" : "US"
    }
  ]
}