Validated Healthcare Directory
0.2.0 - CI Build United States of America flag

Validated Healthcare Directory, published by HL7 International - Patient Administration Work Group. This is not an authorized publication; it is the continuous build for version 0.2.0). This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions

: mtvernon - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "mtvernon",
  "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><b>Generated Narrative: Organization</b><a name=\"mtvernon\"> </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;mtvernon&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vhdir-organization.html\">VhDir Organization</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Health System <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\">Organization type</a>#prov &quot;Healthcare Provider&quot;)</span></p><p><b>name</b>: Mount Vernon Health System</p></div>"
  },
  "active" : true,
  "type" : [
    //  This record is active 
    {
      "coding" : [
        //  This organization is a healthcare provider/hospital 
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Health System"
    }
  ],
  "name" : "Mount Vernon Health System"
}