Post-Acute Orders (PAO) (DME-Orders)
0.2.0 - STU1 Ballot

This page is part of the Post Acute Orders FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: St Michael Multi-Speciality Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Ambulatory",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-08-09T14:59:03.303+00:00",
    "source" : "#rV4yU4ZCYLvVDKAb",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: Ambulatory</p><p><b>meta</b>: </p><p><b>identifier</b>: id: 1407071236</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: St Michael Multi-Specialty Clinic</p><p><b>telecom</b>: ph: (+1) 913-666-7777, customer-service@St-Michael-Multi-specialty-clinic.org</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"
    }
  ],
  "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"
    }
  ]
}