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

FHIR IG Statistics: StructureDefinition/nl-core-TextResult

Packagenictiz.fhir.nl.r4.nl-core
TypeStructureDefinition
Idnl-core-TextResult
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-TextResult
URLhttp://nictiz.nl/fhir/StructureDefinition/nl-core-TextResult
Statusdraft
NameNlcoreTextResult
Titlenl core TextResult
Realmnl
DescriptionTextual results describe the findings and interpretation of diagnostic or therapeutic procedures carried out on patients or on specimens from the patient.
PurposeA derived profile from [zib-TextResult](http://nictiz.nl/fhir/StructureDefinition/zib-TextResult) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeDiagnosticReport
Kindresource

Resources that use this resource

StructureDefinition
nl-core-Procedure-eventnl core Procedure event
palga-diagnostic-reportPalgaDiagnosticReport

Resources that this resource uses

StructureDefinition
nl-core-Patientnl core Patient
nl-core-TextResult.VisualResultnl core TextResult.VisualResult
zib-TextResultzib TextResult

Narrative

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

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source

{
  "resourceType": "StructureDefinition",
  "id": "nl-core-TextResult",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://nictiz.nl/fhir/StructureDefinition/nl-core-TextResult",
  "name": "NlcoreTextResult",
  "title": "nl core TextResult",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Textual results describe the findings and interpretation of diagnostic or therapeutic procedures carried out on patients or on specimens from the patient.",
  "purpose": "A derived profile from [zib-TextResult](http://nictiz.nl/fhir/StructureDefinition/zib-TextResult) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "zib-textresult-v4.4-2020EN",
      "uri": "https://zibs.nl/wiki/TextResult-v4.4(2020EN)",
      "name": "zib TextResult-v4.4(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-TextResult",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport",
        "path": "DiagnosticReport",
        "comment": "Zib TextResult is mapped to this DiagnosticReport profile and a profile on Media (<http://nictiz.nl/fhir/StructureDefinition/nl-core-TextResult.VisualResult>). This DiagnosticReport profile acts as the focal resource of zib TextResult. This profile references the Media resouce through `.media.link` that holds the VisualResult information.\r\n\r\nPlease note that on a functional level, zib TextResult references zib Procedure, but in FHIR this direction is reversed. Therefore, the concept Procedure (NL-CM:13.2.5) is mapped on `Procedure.report` in profile [nl-core-Procedure-event](http://nictiz.nl/fhir/StructureDefinition/nl-core-Procedure-event) instead of in this profile.",
        "alias": [
          "nl-core-TextResult"
        ]
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Location",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.media.link",
        "path": "DiagnosticReport.media.link",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Media",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-TextResult.VisualResult"
            ]
          }
        ]
      }
    ]
  }
}