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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeLocation
IdLocation-9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b.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 9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b

identifier: https://cp3-test.example.org/locations/9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b

status: Active

name: Verpleeghuis Weltevree

type: Skilled nursing facility

address: Doetinchem NL

managingOrganization: Organization Nursing department at Organization 3


Source1

{
  "resourceType": "Location",
  "id": "9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://cp3-test.example.org/locations",
      "value": "9a2b8f1c-4e7d-42a1-b3c9-2d5e8f7a6c1b",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "33333333"
        }
      }
    }
  ],
  "status": "active",
  "name": "Verpleeghuis Weltevree",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SNF",
          "display": "Skilled nursing facility"
        }
      ]
    }
  ],
  "address": {
    "city": "Doetinchem",
    "country": "NL"
  },
  "managingOrganization": {
    "reference": "Organization/631cf10e-42d6-4165-9907-11e2333d4a85"
  }
}