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

FHIR IG Statistics: StructureDefinition/DiagnosticReport-ieb

Packagefhir.ieb.core
Resource TypeStructureDefinition
IdDiagnosticReport-ieb
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ieb.core@0.1.2&canonical=http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb
URLhttp://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb
Version1.0.0
Statusactive
Date2021-05-21
NameDiagnosticReportIEB
TitleDiagnosticReport (IEB)
Realmus
Authorityhl7
DescriptionThis profile constrains the DiagnosticReport resource to represent diagnostic test and procedure reports in a patient summary.
PurposeThis profile constrains the DiagnosticReport resource to use the specific IPS profiles for observations and coded data types.
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CodeableConcept-uv-ipsCodeable Concept (IPS)
Observation-results-radiology-uv-ipsObservation Results - Radiology (IPS)
Organization-uv-ipsOrganization (IPS)
Patient-uv-ipsPatient (IPS)
Practitioner-uv-ipsPractitioner (IPS)
PractitionerRole-uv-ipsPractitionerRole (IPS)
Specimen-uv-ipsSpecimen (IPS)
Observation-results-laboratory-uv-ipsObservation Results: laboratory (IPS)
Observation-results-pathology-uv-ipsObservation Results: pathology (IPS)
Observation-results-uv-ipsObservation Results (IPS)

Narrative

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

Overview

Name: DiagnosticReportIEB

Title: DiagnosticReport (IEB)

Status: Active

URL: http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb

Publisher: Health Level Seven International - Patient Care Work Group


Source

{
  "resourceType": "StructureDefinition",
  "id": "DiagnosticReport-ieb",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2021-05-21T19:36:33.406+00:00",
    "source": "#qyXcJZB1F5V4CXGe"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb",
  "version": "1.0.0",
  "name": "DiagnosticReportIEB",
  "title": "DiagnosticReport (IEB)",
  "status": "active",
  "experimental": false,
  "date": "2021-05-21",
  "publisher": "Health Level Seven International - Patient Care Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description": "This profile constrains the DiagnosticReport resource to represent diagnostic test and procedure reports in a patient summary.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "This profile constrains the DiagnosticReport resource to use the specific IPS profiles for observations and coded data types.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport",
        "path": "DiagnosticReport",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.status",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
            "valueString": "default: final"
          }
        ],
        "path": "DiagnosticReport.status",
        "fixedCode": "final",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.subject.reference",
        "path": "DiagnosticReport.subject.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.effective[x].extension",
        "path": "DiagnosticReport.effective[x].extension",
        "short": "effective[x] absence reason",
        "definition": "Provides a reason why the effectiveTime is missing.",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips",
              "http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips",
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips",
              "http://hl7.org/fhir/StructureDefinition/CareTeam"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips"
            ]
          }
        ],
        "mustSupport": false
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "slicing": {
          "discriminator": [
            {
              "type": "profile",
              "path": "$this.resolve()"
            }
          ],
          "rules": "open"
        },
        "short": "Observation results included in the diagnostic report.",
        "definition": "Observation results included in the diagnostic report.",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.result:observation-results",
        "path": "DiagnosticReport.result",
        "sliceName": "observation-results",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips",
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips",
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips",
              "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}