FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecareconnect.stu3.03.00.00
Resource TypeStructureDefinition
IdCareConnect-DiagnosticReport-1.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&canonical=https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1
URLhttps://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1
Version1.1.0
Statusdraft
Date2019-06-18
NameCareConnect-DiagnosticReport-1
Authorityhl7
DescriptionA test report for National Pathology that contains data on the pathology tests performed on patients specimens populated by the performing organisation.
PurposeCURATED BY INTEROPen see: http://www.interopen.org/careconnect-curation-methodology/
CopyrightCopyright © 2019 HL7 UK Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
CareConnect-CarePlan-1CareConnect-CarePlan-1
CareConnect-Encounter-1CareConnect-Encounter-1
CareConnect-Location-1CareConnect-Location-1
CareConnect-MedicationRequest-1CareConnect-MedicationRequest-1
CareConnect-Observation-1CareConnect-Observation-1
CareConnect-Organization-1CareConnect-Organization-1
CareConnect-Patient-1CareConnect-Patient-1
CareConnect-Practitioner-1CareConnect-Practitioner-1
CareConnect-ProcedureRequest-1CareConnect-ProcedureRequest-1
CareConnect-ReferralRequest-1CareConnect-ReferralRequest-1
CareConnect-Specimen-1CareConnect-Specimen-1
Extension-coding-sctdescidExtension-coding-sctdescid
ValueSet
CareConnect-FindingCode-1Care Connect Finding Code
CareConnect-ReportCodeSnCT-1Care Connect Report Code SnCT

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-DiagnosticReport-1",
  "version": "1.1.0",
  "name": "CareConnect-DiagnosticReport-1",
  "status": "draft",
  "date": "2019-06-18",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "INTEROPen",
      "telecom": [
        {
          "system": "email",
          "value": "admin@interopen.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A test report for National Pathology that contains data on the pathology tests performed on patients specimens populated by the performing organisation.",
  "purpose": "CURATED BY INTEROPen see: http://www.interopen.org/careconnect-curation-methodology/",
  "copyright": "Copyright © 2019 HL7 UK\r \rLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\r \rhttp://www.apache.org/licenses/LICENSE-2.0\r \rUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\r \rHL7® FHIR® standard Copyright © 2011+ HL7\r \rThe HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at\r \rhttps://www.hl7.org/fhir/license.html",
  "fhirVersion": "3.0.2",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.identifier.system",
        "path": "DiagnosticReport.identifier.system",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.value",
        "path": "DiagnosticReport.identifier.value",
        "min": 1
      },
      {
        "id": "DiagnosticReport.identifier.assigner",
        "path": "DiagnosticReport.identifier.assigner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-CarePlan-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-MedicationRequest-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ReferralRequest-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-ProcedureRequest-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "binding": {
          "strength": "preferred"
        }
      },
      {
        "id": "DiagnosticReport.category.coding",
        "path": "DiagnosticReport.category.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT",
        "path": "DiagnosticReport.category.coding",
        "sliceName": "snomedCT"
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT.extension",
        "path": "DiagnosticReport.category.coding.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT.extension:snomedCTDescriptionID",
        "path": "DiagnosticReport.category.coding.extension",
        "sliceName": "snomedCTDescriptionID",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid"
          }
        ]
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT.system",
        "path": "DiagnosticReport.category.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT.code",
        "path": "DiagnosticReport.category.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.category.coding:snomedCT.display",
        "path": "DiagnosticReport.category.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding",
        "path": "DiagnosticReport.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT",
        "path": "DiagnosticReport.code.coding",
        "sliceName": "snomedCT",
        "binding": {
          "strength": "extensible",
          "description": "A code from the SNOMED Clinical Terminology UK",
          "valueSetReference": {
            "reference": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-ReportCodeSnCT-1"
          }
        }
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT.extension",
        "path": "DiagnosticReport.code.coding.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT.extension:snomedCTDescriptionID",
        "path": "DiagnosticReport.code.coding.extension",
        "sliceName": "snomedCTDescriptionID",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid"
          }
        ]
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT.system",
        "path": "DiagnosticReport.code.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT.code",
        "path": "DiagnosticReport.code.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.code.coding:snomedCT.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Group"
          },
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/StructureDefinition/Device"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Patient-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Location-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.context",
        "path": "DiagnosticReport.context",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Encounter-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.performer.actor",
        "path": "DiagnosticReport.performer.actor",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Organization-1"
          },
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Practitioner-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Specimen-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Observation-1"
          }
        ]
      },
      {
        "id": "DiagnosticReport.codedDiagnosis",
        "path": "DiagnosticReport.codedDiagnosis",
        "binding": {
          "strength": "preferred",
          "description": "A SNOMED Coded finding for the test report.",
          "valueSetReference": {
            "reference": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-FindingCode-1"
          }
        }
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding",
        "path": "DiagnosticReport.codedDiagnosis.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT",
        "path": "DiagnosticReport.codedDiagnosis.coding",
        "sliceName": "snomedCT",
        "binding": {
          "strength": "extensible",
          "description": "A code from the SNOMED Clinical Terminology UK",
          "valueSetReference": {
            "reference": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-FindingCode-1"
          }
        }
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT.extension",
        "path": "DiagnosticReport.codedDiagnosis.coding.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT.extension:snomedCTDescriptionID",
        "path": "DiagnosticReport.codedDiagnosis.coding.extension",
        "sliceName": "snomedCTDescriptionID",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-coding-sctdescid"
          }
        ]
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT.system",
        "path": "DiagnosticReport.codedDiagnosis.coding.system",
        "min": 1,
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT.code",
        "path": "DiagnosticReport.codedDiagnosis.coding.code",
        "min": 1
      },
      {
        "id": "DiagnosticReport.codedDiagnosis.coding:snomedCT.display",
        "path": "DiagnosticReport.codedDiagnosis.coding.display",
        "min": 1
      }
    ]
  }
}