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

FHIR IG Statistics: StructureDefinition/DiagnosticReportResourceProfile.StructureDefinition

Packagetiga.health.clinical
Resource TypeStructureDefinition
IdDiagnosticReportResourceProfile.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=tiga.health.clinical@1.1.0&canonical=http://tigahealth.com/fhir/StructureDefinition/DiagnosticReportProfile
URLhttp://tigahealth.com/fhir/StructureDefinition/DiagnosticReportProfile
Statusdraft
NameDiagnosticReportResourceProfile
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://tigahealth.com/fhir/StructureDefinition/DiagnosticReportProfile",
  "name": "DiagnosticReportResourceProfile",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.identifier.type",
        "path": "DiagnosticReport.identifier.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.type:PRN",
        "path": "DiagnosticReport.identifier.type",
        "sliceName": "PRN",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.type:PRN.coding.system",
        "path": "DiagnosticReport.identifier.type.coding.system",
        "min": 1,
        "fixedUri": "http://moph.qa/codesystem/PatientIdentifier"
      },
      {
        "id": "DiagnosticReport.identifier.type:PRN.coding.code",
        "path": "DiagnosticReport.identifier.type.coding.code",
        "min": 1,
        "fixedCode": "PRN"
      },
      {
        "id": "DiagnosticReport.identifier.system",
        "path": "DiagnosticReport.identifier.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.value",
        "path": "DiagnosticReport.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category.coding.system",
        "path": "DiagnosticReport.category.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category.coding.code",
        "path": "DiagnosticReport.category.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1
      },
      {
        "id": "DiagnosticReport.subject.reference",
        "path": "DiagnosticReport.subject.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.subject.display",
        "path": "DiagnosticReport.subject.display",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "min": 1
      },
      {
        "id": "DiagnosticReport.encounter.reference",
        "path": "DiagnosticReport.encounter.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer.reference",
        "path": "DiagnosticReport.performer.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.resultsInterpreter.reference",
        "path": "DiagnosticReport.resultsInterpreter.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.specimen.reference",
        "path": "DiagnosticReport.specimen.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result.reference",
        "path": "DiagnosticReport.result.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.imagingStudy.reference",
        "path": "DiagnosticReport.imagingStudy.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.media.link.reference",
        "path": "DiagnosticReport.media.link.reference",
        "min": 1
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.system",
        "path": "DiagnosticReport.conclusionCode.coding.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.conclusionCode.coding.code",
        "path": "DiagnosticReport.conclusionCode.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.presentedForm.contentType",
        "path": "DiagnosticReport.presentedForm.contentType",
        "min": 1
      },
      {
        "id": "DiagnosticReport.presentedForm.data",
        "path": "DiagnosticReport.presentedForm.data",
        "min": 1
      }
    ]
  }
}