DaVinci PDEX Plan Net STU Ballot

This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Example: loc-ffmh-hvi

{
  "resourceType" : "Location",
  "id" : "loc-ffmh-hvi",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loc-ffmh-hvi</p><p><b>meta</b>: </p><p><b>identifier</b>: main campus (SECONDARY)</p><p><b>status</b>: active</p><p><b>name</b>: Founding Fathers Memorial Hospital Heart and Vascular Institute</p><p><b>description</b>: Heart and Vascular Institute Specialty Wing</p><p><b>type</b>: Hospital <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-RoleCode code 'HOSP' = 'Hospital', given as 'Hospital'})</span></p><p><b>telecom</b>: ph: 202-101-0123(WORK)</p><p><b>address</b>: 330 C Street SW, Washington, DC 20201, USA(WORK)</p><p><b>physicalType</b>: Site <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/location-physical-type code 'si' = 'Site', given as 'Site'})</span></p><h3>Positions</h3><table class=\"grid\"><tr><td>-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td>*</td><td>38.8859395</td><td>-77.016469</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-foundingfathers.html\">Founding Fathers Memorial Hospital. Generated Summary: id: foundingfathers; NPI = 1345678910 (OFFICIAL); active; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}\">Hospital</span>; name: Founding Fathers Memorial Hospital; alias: DC Memorial Hospital; ph: 202-101-0123</a></p><p><b>partOf</b>: <a href=\"Location-loc-ffmh.html\">Founding Fathers Memorial Hospital. Generated Summary: id: loc-ffmh; main campus (SECONDARY); status: active; name: Founding Fathers Memorial Hospital; description: Main campus of Founding Fathers Memorial Hospital; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span>; ph: 202-101-0123(WORK); <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span>; availabilityExceptions: visiting hours from 6:00 am - 10:00 pm</a></p><h3>HoursOfOperations</h3><table class=\"grid\"><tr><td>-</td><td><b>DaysOfWeek</b></td></tr><tr><td>*</td><td>mon</td></tr></table><p><b>availabilityExceptions</b>: visiting hours from 6:00 am - 10:00 pm</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/accessibility",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/accessibility",
            "code" : "handiaccess",
            "display" : "handicap accessible"
          }
        ],
        "text" : "Founding Fathers Memorial Hospital offers a variety of services and programs for persons with disabilities"
      }
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
          "valueCode" : "active"
        }
      ],
      "use" : "secondary",
      "system" : "http://example.org/www.foundingfathersmemorial.com",
      "value" : "main campus",
      "assigner" : {
        "reference" : "Organization/foundingfathers",
        "display" : "Founding Fathers Memorial Hospital"
      }
    }
  ],
  "status" : "active",
  "name" : "Founding Fathers Memorial Hospital Heart and Vascular Institute",
  "description" : "Heart and Vascular Institute Specialty Wing",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital",
          "userSelected" : true
        }
      ]
    }
  ],
  "telecom" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "allDay",
              "valueBoolean" : true
            }
          ],
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"
        }
      ],
      "system" : "phone",
      "value" : "202-101-0123",
      "use" : "work",
      "rank" : 1
    }
  ],
  "address" : {
    "use" : "work",
    "type" : "both",
    "text" : "330 C Street SW, Washington, DC 20201, USA",
    "line" : [
      "330 C Street SW"
    ],
    "city" : "Washington",
    "state" : "DC",
    "postalCode" : "20201",
    "country" : "USA"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "si",
        "display" : "Site",
        "userSelected" : true
      }
    ]
  },
  "position" : {
    "longitude" : 38.8859395,
    "latitude" : -77.016469
  },
  "managingOrganization" : {
    "reference" : "Organization/foundingfathers",
    "display" : "Founding Fathers Memorial Hospital"
  },
  "partOf" : {
    "reference" : "Location/loc-ffmh",
    "display" : "Founding Fathers Memorial Hospital"
  },
  "hoursOfOperation" : [
    {
      "daysOfWeek" : [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ]
    }
  ],
  "availabilityExceptions" : "visiting hours from 6:00 am - 10:00 pm"
}