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

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeLocation
IdLocation-8-10-Condition-Travel-Location.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 8-10-Condition-Travel-Location

identifier: Uniform Resource Identifier (URI)/urn:uuid:373b5e89-5590-4216-8bce-78258ac8922e

status: Active

name: Mein Traumziel

address: PAN (temp)


Source1

{
  "resourceType": "Location",
  "id": "8-10-Condition-Travel-Location",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-travel-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:373b5e89-5590-4216-8bce-78258ac8922e"
    }
  ],
  "status": "active",
  "name": "Mein Traumziel",
  "address": {
    "use": "temp",
    "type": "physical",
    "country": "PAN",
    "_country": {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
          "valueCoding": {
            "system": "urn:iso:std:iso:3166",
            "code": "PAN",
            "display": "Panama"
          }
        }
      ]
    }
  }
}