FHIR IG analytics| Package | hl7.fhir.nl.gf |
| Resource Type | Location |
| Id | Location-bbec4d2a-1be2-539b-817e-f85ef6e895f2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location bbec4d2a-1be2-539b-817e-f85ef6e895f2
identifier: Uniform Resource Identifier (URI)/urn:uuid:7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d (use: official, )
status: Active
name: Main Building
type: Skilled nursing facility
address: Smidsstraat 10 Zelhem 7021 AC NL
physicalType: Building
managingOrganization: Organization example Care Institution
{
"resourceType": "Location",
"id": "bbec4d2a-1be2-539b-817e-f85ef6e895f2",
"meta": {
"profile": [
"http://minvws.github.io/generiekefuncties-docs/StructureDefinition/nl-gf-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:7c5e3d2a-1f9e-4b8c-9d6a-8e2f5c3b1a4d",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "custodian"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/kvk",
"value": "50000535"
}
}
}
],
"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"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"managingOrganization": {
"reference": "Organization/7c98f969-6c3b-5dd3-a18e-e9cf02c8497d"
}
}