Birth And Fetal Death (BFDR) - STU2-ballot
2.0.0-Preview1 - trial-use United States of America flag

Birth And Fetal Death (BFDR) - STU2-ballot, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-bfdr/ and changes regularly. See the Directory of published versions

: US Core Organization - South Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "organization-south-hospital",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-south-hospital</b></p><a name=\"organization-south-hospital\"> </a><a name=\"hcorganization-south-hospital\"> </a><a name=\"hcorganization-south-hospital-en\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.0.0/NamingSystem-npi.html\" title=\"National Provider Identifier\">NPI</a>/5555512</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>name</b>: South Hospital</p><p><b>telecom</b>: <a href=\"tel:+1-555-555-1111\">+1-555-555-1111</a>, <a href=\"mailto:mail@southhospital.com\">mail@southhospital.com</a></p><p><b>address</b>: 2100 North Ave Salt Lake City UT 84116 US </p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "5555512"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ],
  "name" : "South Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1-555-555-1111"
    },
    {
      "system" : "email",
      "value" : "mail@southhospital.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "2100 North Ave"
      ],
      "city" : "Salt Lake City",
      "state" : "UT",
      "postalCode" : "84116",
      "country" : "US"
    }
  ]
}