FHIR IG analytics| Package | ihe.qrph.ccg |
| Resource Type | Organization |
| Id | Organization-Organization-14.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization Organization-14
Profile: CCG Data-In Bundle Organization
identifier: http://example.org/ids/Organization-14
active: true
name: Example Organization
| Telecom | Address |
| contact@example.org | 123 Anystreet, Yourtown, Ontario, Canada M0P4H1 |
{
"resourceType": "Organization",
"id": "Organization-14",
"meta": {
"profile": [
"https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-di-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/ids",
"value": "Organization-14"
}
],
"active": true,
"name": "Example Organization",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "contact@example.org"
}
],
"address": {
"text": "123 Anystreet, Yourtown, Ontario, Canada M0P4H1"
}
}
]
}