FHIR IG analytics| Package | hl7.fhir.uv.smart-multi-server-auth |
| Resource Type | Organization |
| Id | Organization-ImagingSandboxOrganization.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ImagingSandboxOrganization
type: imaging
name: Imaging PACS
telecom: https://philips.com/
endpoint: Endpoint FHIR end point for imaging
{
"resourceType": "Organization",
"id": "ImagingSandboxOrganization",
"meta": {
"profile": [
"http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "imaging"
}
]
}
],
"name": "Imaging PACS",
"telecom": [
{
"system": "url",
"value": "https://philips.com/"
}
],
"endpoint": [
{
"reference": "Endpoint/ImagingSandboxEndpoint"
}
]
}