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

FHIR IG Statistics: StructureDefinition/HDBP0037-LaboratoryTestResult-Composition

Packagehealthdata.be.r4.dcd
Resource TypeStructureDefinition
IdHDBP0037-LaboratoryTestResult-Composition
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.dcd@0.2.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition
URLhttps://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition
Statusdraft
NameHDBP0037LaboratoryTestResultComposition
DescriptionDerived [HdBe-LaboratoryTestResult-Composition](https://simplifier.net/guide/HdBe-R4-LaboratoryTestResult/Home/Resources/HdBe-LaboratoryTestResult-Composition.page.md?version=current) profile.
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.
TypeComposition
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
HdBe-LaboratoryTestResult-CompositionHdBe LaboratoryTestResult Composition
HDBP0037-LaboratoryTestResultHDBP0037 LaboratoryTestResult
HDBP0037-PatientHDBP0037 Patient

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HDBP0037-LaboratoryTestResult-Composition",
  "url": "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult-Composition",
  "name": "HDBP0037LaboratoryTestResultComposition",
  "status": "draft",
  "description": "Derived [HdBe-LaboratoryTestResult-Composition](https://simplifier.net/guide/HdBe-R4-LaboratoryTestResult/Home/Resources/HdBe-LaboratoryTestResult-Composition.page.md?version=current) profile.",
  "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",
  "kind": "resource",
  "abstract": false,
  "type": "Composition",
  "baseDefinition": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Composition.subject",
        "path": "Composition.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient"
            ]
          }
        ]
      },
      {
        "id": "Composition.section:results",
        "path": "Composition.section",
        "sliceName": "results",
        "definition": "A positive test result for one of the TestCodes defined in the ValueSet HDBP0037-TestCode."
      },
      {
        "id": "Composition.section:results.entry",
        "path": "Composition.section.entry",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult"
            ]
          }
        ]
      }
    ]
  }
}