FHIR IG analytics| Package | ihe.iti.mcsd |
| Resource Type | Endpoint |
| Id | Endpoint-ex-endpointDicom.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Endpoint ex-endpointDicom
Profile: mCSD Endpoint
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
Purpose of Use Extension: records management
status: Active
connectionType: Endpoint Connection Type dicom-wado-rs: DICOM WADO-RS
name: The PACS
managingOrganization: Organization Organization-ExamplePartner
period: 2022-02-10 --> (ongoing)
payloadType: DICOM WADO-RS
payloadMimeType: image/dicom+jpeg
address: http://example.org/pacs
{
"resourceType": "Endpoint",
"id": "ex-endpointDicom",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Endpoint"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.PurposeOfUse",
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "RECORDMGT"
}
]
}
}
],
"status": "active",
"connectionType": {
"system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
"code": "dicom-wado-rs"
},
"name": "The PACS",
"managingOrganization": {
"reference": "Organization/MCSDOrganization-ExamplePartner"
},
"period": {
"start": "2022-02-10"
},
"payloadType": [
{
"text": "DICOM WADO-RS"
}
],
"payloadMimeType": [
"image/dicom+jpeg"
],
"address": "http://example.org/pacs"
}