FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeLocation
IdExample_Location_LDO_Stanza.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Location",
  "id": "esempio-location-operation room-ldo",
  "meta": {
    "lastUpdated": "2023-05-17T13:05:09Z",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLLocationCore"
    ],
    "versionId": "1"
  },
  "identifier": [
    {
      "value": "B1-S.F2.1.00"
    }
  ],
  "name": "Reparto neurochirurgia",
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "ro",
        "display": "Room"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/esempio-Organization-core"
  },
  "partOf": {
    "reference": "Location/esempio-Location-CORE-base"
  }
}