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

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeLocation
IdExample_location_CORE_base.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-CORE-base",
  "meta": {
    "lastUpdated": "2023-05-17T13:05:09Z",
    "profile": [
      "https://fhir.siss.regione.lombardia.it/StructureDefinition/RLLocationCore"
    ],
    "versionId": "1"
  },
  "identifier": [
    {
      "value": "03007800-3-1-44-12"
    }
  ],
  "name": "Stanza 12",
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "ro",
        "display": "Room"
      }
    ]
  }
}