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 Smith - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "DrSmith",
  "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=\"DrSmith\"> </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 \"DrSmith\" </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>: Provider number: 33449988771166(use: OFFICIAL)</p><p><b>name</b>: Dr Samuel W Smith, MD</p><p><b>telecom</b>: ph: 972-678-8755(WORK), fax: 972-678-8756(WORK), <a href=\"mailto:drsmith@healthclinic.com\">drsmith@healthclinic.com</a></p><p><b>address</b>: 200 W Park Drive Irving TX 75014 US (WORK)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "33449988771166",
      "assigner" : {
        "display" : "Acme Health PRN"
      }
    }
  ],
  "name" : [
    {
      "text" : "Dr Samuel W Smith, MD",
      "family" : "Smith",
      "given" : [
        "Samuel",
        "W"
      ],
      "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" : "567"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address",
          "valueUrl" : "tel:+119726788755;ext=567"
        }
      ],
      "system" : "phone",
      "value" : "972-678-8755",
      "use" : "work"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/contactpoint-country",
          "valueString" : "1"
        },
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-TEL-address",
          "valueUrl" : "tel:+19726788756"
        }
      ],
      "system" : "fax",
      "value" : "972-678-8756",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "drsmith@healthclinic.com",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "200 W Park Drive"
      ],
      "city" : "Irving",
      "district" : "TX",
      "state" : "TX",
      "postalCode" : "75014",
      "country" : "US"
    }
  ]
}