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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeLocation
IdLocation-OrebroMunicipality.json
FHIR VersionR5

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": "OrebroMunicipality",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation"
    ]
  },
  "identifier": [
    {
      "system": "http://dummy.se/kommunkod",
      "value": "1880"
    }
  ],
  "extension": [
    {
      "valuePeriod": {
        "start": "1970-01-01"
      },
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocationPeriodExtension"
    }
  ],
  "status": "active",
  "name": "Örebro",
  "partOf": {
    "reference": "Location/OrebroCounty"
  }
}