Validated Healthcare Directory
1.0.0 - STU1 International flag

Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: Organization/homeland - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "homeland",
  "meta" : //  Describes demographic information about Founding Fathers Memorial Hospital 
  {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization homeland</b></p><a name=\"homeland\"> </a><a name=\"hchomeland\"> </a><a name=\"homeland-en-US\"> </a><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Health System</span></p><p><b>name</b>: Homeland Health Insurance</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/insuranceplan-reference",
      "valueReference" : {
        🔗 "reference" : "InsurancePlan/insuranceplan1"
      }
    }
  ],
  "active" : true,
  "type" : [
    //  This record is active 
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "ins",
          "display" : "Insurance Company"
        }
      ],
      "text" : "Health System"
    }
  ],
  "name" : "Homeland Health Insurance"
}