FHIR IG analytics| Package | fhir.nl.gf |
| Resource Type | Organization |
| Id | Organization-3f39dca9-a392-4eb3-8366-0c7ff53ab3a9.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization 3f39dca9-a392-4eb3-8366-0c7ff53ab3a9
identifier: Ura/11111111
type: Huisartspraktijk (zelfstandig of groepspraktijk)
name: example General Practice
telecom: +3131599991, info@cp1.example.org
address: Vogelenzangweg 31 null null Ulft 7071 PT
endpoint: Endpoint FHIR Endpoint 1
{
"resourceType": "Organization",
"id": "3f39dca9-a392-4eb3-8366-0c7ff53ab3a9",
"meta": {
"profile": [
"http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization-lrza"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.nl/fhir/NamingSystem/ura",
"value": "11111111",
"assigner": {
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "author"
}
]
},
"system": "http://fhir.nl/fhir/NamingSystem/kvk",
"value": "50000535"
}
}
}
],
"type": [
{
"coding": [
{
"system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
"code": "Z3",
"display": "Huisartspraktijk (zelfstandig of groepspraktijk)"
}
]
}
],
"name": "example General Practice",
"telecom": [
{
"system": "phone",
"value": "+3131599991",
"use": "work"
},
{
"system": "email",
"value": "info@cp1.example.org",
"use": "work"
}
],
"address": [
{
"line": [
"Vogelenzangweg 31",
null,
null
],
"_line": [
null,
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString": "Vogelenzangweg"
}
]
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString": "31"
}
]
}
],
"city": "Ulft",
"postalCode": "7071 PT"
}
],
"endpoint": [
{
"reference": "Endpoint/ffa3e969-3dfd-45d3-9d2c-f4e3795e1bf4"
}
]
}