FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Organization |
| Id | Organization-facility-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Organization",
"id": "ca-csd-example-organization-facility",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Facility-Organization"
]
},
"identifier": [
{
"system": "http://example.org/organization-identifiers",
"value": "ORG-001"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
"code": "facility"
}
]
}
],
"name": "Main Health Hospital",
"partOf": {
"reference": "Organization/ca-csd-example-organization-2"
}
}