FHIR IG analytics| Package | ca.infoway.io.psca |
| Resource Type | Organization |
| Id | Organization-organization1-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "organization1-example"
Profile: Organization Profile
identifier: id: 44445555
name: XYZ Organization
{
"resourceType": "Organization",
"id": "organization1-example",
"meta": {
"profile": [
"http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/organizations",
"value": "44445555"
}
],
"name": "XYZ Organization"
}