FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Organization |
| Id | Organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
%Some xhtml content%
{
"resourceType": "Organization",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Organization|2.0.0"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "[id-system-global-base]/ca-on-lab-license",
"value": "12345"
}
],
"name": "Best Lab",
"address": [
{
"type": "both",
"line": [
"15 Happy St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
}
]
}