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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeLocation
IdLocation-c72074d1-788c-409c-a15c-0d300bce1343.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": "c72074d1-788c-409c-a15c-0d300bce1343",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation"
    ]
  },
  "address": {
    "line": [
      "Vikinggatan 2",
      "589 57",
      "Mölndal"
    ],
    "type": "physical"
  },
  "extension": [
    {
      "valuePeriod": {
        "start": "1970-01-01"
      },
      "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocationPeriodExtension"
    }
  ],
  "status": "active",
  "partOf": {
    "reference": "Location/MunicipalityLocation1"
  }
}