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

FHIR IG analytics

Packagehl7.fhir.cz.core
Resource TypeLocation
IdLocation-Location-Praha5.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 Location-Praha5

status: Active

name: Nádražní 1, Praha 5

address: Nádražní 1, Praha 5


Source1

{
  "resourceType": "Location",
  "id": "Location-Praha5",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-location-core"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Nádražní 1, Praha 5",
  "address": {
    "type": "physical",
    "text": "Nádražní 1, Praha 5",
    "line": [
      "Nádražní 1"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Nádražní"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "1"
          }
        ]
      }
    ],
    "city": "Praha",
    "postalCode": "15000",
    "country": "Czech Republic"
  }
}