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

FHIR IG analytics

Packagehl7.eu.fhir.oah
Resource TypeLocation
IdLocation-Loc-Benevento.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location Loc-Benevento

identifier: https://oneaquahealth.eu/location-id/benevento

name: Benevento

description: City of Benevento (Campania, IT)

mode: Instance

type: City environment

Positions

-LongitudeLatitude
*14.7841.13

Source1

{
  "resourceType": "Location",
  "id": "Loc-Benevento",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/oah/StructureDefinition/location-oah"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://oneaquahealth.eu/location-id",
      "value": "benevento"
    }
  ],
  "name": "Benevento",
  "description": "City of Benevento (Campania, IT)",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "288520005",
          "display": "City environment"
        }
      ]
    }
  ],
  "position": {
    "longitude": 14.78,
    "latitude": 41.13
  }
}