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

FHIR IG Statistics: StructureDefinition/LHCRE-DiagnosticReport.StructureDefinition

Packageuk.gm
Resource TypeStructureDefinition
IdLHCRE-DiagnosticReport.StructureDefinition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=uk.gm@0.0.12-dev&canonical=https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-DiagnosticReport
URLhttps://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-DiagnosticReport
Statusdraft
NameLHCRE-DiagnosticReport
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
LHCRE-ObservationLHCRE-Observation
LHCRE-PractitionerLHCRE-Practitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-DiagnosticReport",
  "name": "LHCRE-DiagnosticReport",
  "status": "draft",
  "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": "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "min": 1
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-Organization",
              "https://fhir.nhs.uk/R4/StructureDefinition/UKCore-CareTeam",
              "https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-Practitioner"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.lhcre.nhs.uk/StructureDefinition/LHCRE-Observation"
            ]
          }
        ]
      }
    ]
  }
}