<<<<<<< HEAD ======= >>>>>>> med01


0.1.3 - ci-build

MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LocationExample001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "LocationExample001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.medicaia.ar/StructureDefinition/LocationMED"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocationExample001</b></p><a name=\"LocationExample001\"> </a><a name=\"hcLocationExample001\"> </a><a name=\"LocationExample001-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.medicaia.ar/SUSALUD</code>/L2222\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Sede CABA</p><p><b>description</b>: Sucursal CABA - Medicaia</p><p><b>physicalType</b>: <span title=\"Codes:{https://fhir.medicaia.ar/CodeSystem/LocationTypeCS bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-OrganizationExample001.html\">Organization MEDICAIA HEALTHCARE</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.medicaia.ar/SUSALUD",
      "value" : "L2222",
      "assigner" : {
        🔗 "reference" : "Organization/OrganizationExample001"
      }
    }
  ],
  "status" : "active",
  "name" : "Sede CABA",
  "description" : "Sucursal CABA - Medicaia",
  "physicalType" : {
    "coding" : [
      {
        "system" : "https://fhir.medicaia.ar/CodeSystem/LocationTypeCS",
        "code" : "bu",
        "display" : "Building"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/OrganizationExample001"
  }
}