FHIR IG analytics| Package | ca.infoway.io.ca-csd |
| Resource Type | Location |
| Id | Location-jurisdiction-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "ca-csd-example-location-jurisdiction",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-Jurisdiction-Location"
]
},
"identifier": [
{
"system": "http://example.org/location-identifiers",
"value": "JUR-LOC-001"
}
],
"status": "active",
"name": "Example Jurisdiction",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "https://profiles.ihe.net/ITI/mCSD/CodeSystem/IHE.mCSD.Organization.Location.Types",
"code": "jurisdiction"
}
]
}
],
"managingOrganization": {
"reference": "Organization/ca-csd-example-organization-jurisdiction",
"display": "Example Jurisdictional Authority"
}
}