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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeLocation
IdLocation-ad3-l1.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 ad3-l1

identifier: https://cp3-test.example.org/locations/7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d

status: Active

name: Main Building

type: Skilled nursing facility

address: Smidsstraat 10 Zelhem 7021 AC NL

managingOrganization: Organization example Care Institution


Source1

{
  "resourceType": "Location",
  "id": "ad3-l1",
  "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": "7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d",
      "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": "Main Building",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "SNF",
          "display": "Skilled nursing facility"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "Smidsstraat 10"
    ],
    "city": "Zelhem",
    "postalCode": "7021 AC",
    "country": "NL"
  },
  "managingOrganization": {
    "reference": "Organization/3e799075-63a2-4a4c-913d-a91b8198463d"
  }
}