FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | Location |
| Id | Location-7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location 7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d
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
{
"resourceType": "Location",
"id": "7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d",
"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"
}
}