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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeLocation
IdLocation-reparto.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": "AREAS.wa-IdReparto",
  "meta": {
    "profile": [
      "https://eng.it/fhir/StructureDefinition/Location_Eng"
    ]
  },
  "extension": [
    {
      "url": "http://cct.eng.it/FHIR/schema/location-azienda-fisica",
      "valueReference": {
        "reference": "Organization/HC40-PL.852ddc94-ad44-473d-9a60-00f1edbc95ae",
        "display": "AUSL"
      }
    },
    {
      "url": "http://cct.eng.it/FHIR/schema/location-azienda-amministrativa",
      "valueReference": {
        "reference": "Organization/HC40-PL.id",
        "display": "AOSP"
      }
    }
  ],
  "identifier": [
    {
      "system": "http://cct.eng.it/FHIR/schema/location-identifier",
      "value": "ORTOARG0"
    }
  ],
  "status": "active",
  "name": "ORTOPEDIA ARGENTA Inf.",
  "description": "ORTOARG0 - ORTOPEDIA ARGENTA Inf.",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HU",
          "display": "Hospital unit"
        }
      ]
    }
  ],
  "address": {
    "type": "physical",
    "city": "ARGENTA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "wa",
        "display": "Ward"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/AREAS.PRE-00080960"
  },
  "partOf": {
    "reference": "Location/AREAS.bu-1302"
  }
}