FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders)
0.2.2 - CI Build United States of America flag

FHIR Orders Exchange (FOE) / Post-Acute Orders (PAO) / (DME-Orders), published by HL7. This is not an authorized publication; it is the continuous build for version 0.2.2). This version is based on the current content of https://github.com/HL7/dme-orders/ and changes regularly. See the Directory of published versions

: NPI Test organization - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "NPITest",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2021-04-13T13:50:35.821Z"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"NPITest\"> </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 Organization &quot;NPITest&quot; Version &quot;3&quot; Updated &quot;2021-04-13 13:50:35+0000&quot; </p></div><p><b>identifier</b>: id:\u00a01407071236, id:\u00a01578003984, id:\u00a01245576024</p><p><b>active</b>: true</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: St Michael Multi-Specialty Clinic</p><p><b>telecom</b>: ph: (+1) 913-666-7777, <a href=\"mailto:customer-service@St-Michael-Multi-specialty-clinic.org\">customer-service@St-Michael-Multi-specialty-clinic.org</a></p><p><b>address</b>: 6666 135th St, Suite 227 Overland Park KS 66223 USA </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1407071236"
    },
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1578003984"
    },
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1245576024"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "St Michael Multi-Specialty Clinic",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(+1) 913-666-7777"
    },
    {
      "system" : "email",
      "value" : "customer-service@St-Michael-Multi-specialty-clinic.org"
    }
  ],
  "address" : [
    {
      "line" : [
        "6666 135th St, Suite 227"
      ],
      "city" : "Overland Park",
      "state" : "KS",
      "postalCode" : "66223",
      "country" : "USA"
    }
  ]
}