FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/IHE.IMR.ReportRepository

Packageihe.rad.imr
TypeCapabilityStatement
IdIHE.IMR.ReportRepository
FHIR VersionR4
Sourcehttps://profiles.ihe.net/RAD/IMR/https://build.fhir.org/ig/IHE/RAD.IMR/CapabilityStatement-IHE.IMR.ReportRepository.html
URLhttps://profiles.ihe.net/RAD/IMR/CapabilityStatement/IHE.IMR.ReportRepository
Version1.1.0
Statusactive
Date2022-02-20T00:00:00-05:00
NameIHE_IMR_ReportRepository
TitleReport Repository
Realmuv
Authorityihe
DescriptionIHE Radiology Interactive Multimedia Report (IMR) - Report Repository
CopyrightIHE http://www.ihe.net/Governance/#Intellectual_Property
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This Requirements CapabilityStatement describes the Report Repository.

Source

{
  "resourceType": "CapabilityStatement",
  "id": "IHE.IMR.ReportRepository",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/RAD/IMR/CapabilityStatement/IHE.IMR.ReportRepository",
  "version": "1.1.0",
  "name": "IHE_IMR_ReportRepository",
  "title": "Report Repository",
  "status": "active",
  "experimental": false,
  "date": "2022-02-20T00:00:00-05:00",
  "publisher": "IHE Radiology Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/radiology/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Radiology Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "radiology@ihe.net"
        }
      ]
    }
  ],
  "description": "IHE Radiology Interactive Multimedia Report (IMR) - Report Repository",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "kind": "requirements",
  "fhirVersion": "4.0.0",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "description": "Recommend IUA or SMART"
      },
      "resource": [
        {
          "type": "DiagnosticReport",
          "profile": "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr/diagnosticreport",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact"
            },
            {
              "name": "_lastupdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "subject",
              "type": "reference",
              "documentation": "The patient subject to this report"
            },
            {
              "name": "basedOn",
              "type": "reference",
              "documentation": "The ServiceRequest (or other) referenced by this report"
            },
            {
              "name": "imagingStudy",
              "type": "reference",
              "documentation": "The ImagingStudy referenced by this report"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "The report status"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "The high level category of this report"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "The type of this report"
            },
            {
              "name": "resultsInterpreter",
              "type": "reference",
              "documentation": "The primary result interpreter of this report"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "transaction",
          "documentation": "https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-store-multimedia-report-bundle"
        },
        {
          "code": "search-system"
        }
      ]
    }
  ]
}