NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: organization-example-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "organization-example-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"organization-example-1\"> </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;organization-example-1&quot; </p></div><p><b>active</b>: true</p><p><b>type</b>: Hospital <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 &quot;Healthcare Provider&quot;)</span></p><p><b>name</b>: Amazing Children's Hospital</p><p><b>telecom</b>: ph: (555) 555-5555(WORK)</p><p><b>address</b>: 3401 Civic Center Blvd., Philadelphia, PA 19104(WORK)</p></div>"
  },
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Hospital"
    }
  ],
  "name" : "Amazing Children's Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(555) 555-5555",
      "use" : "work",
      "rank" : 1
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "text" : "3401 Civic Center Blvd., Philadelphia, PA 19104",
      "line" : [
        "3401 Civic Center Blvd."
      ],
      "city" : "Philadelphia",
      "state" : "PA",
      "postalCode" : "19104"
    }
  ]
}