FHIR IG Statistics: StructureDefinition/HdBe-LaboratoryTestResult-Composition
Package | healthdata.be.r4.laboratorytestresult |
Resource Type | StructureDefinition |
Id | HdBe-LaboratoryTestResult-Composition |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.laboratorytestresult@0.5.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition |
URL | https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition |
Status | draft |
Name | HdBeLaboratoryTestResultComposition |
Title | HdBe LaboratoryTestResult Composition |
Description | Composition of LaboratoryTestResults. |
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. |
Type | Composition |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "HdBe-LaboratoryTestResult-Composition",
"url": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition",
"name": "HdBeLaboratoryTestResultComposition",
"title": "HdBe LaboratoryTestResult Composition",
"status": "draft",
"publisher": "Healthdata.be (Sciensano)",
"contact": [
{
"name": "Service portal – healthdata.be",
"telecom": [
{
"system": "url",
"value": "https://sciensano.service-now.com/sp",
"use": "work"
}
]
}
],
"description": "Composition of LaboratoryTestResults.",
"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": "http://hl7.org/fhir/StructureDefinition/Composition",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Composition.identifier",
"path": "Composition.identifier",
"min": 1
},
{
"id": "Composition.type",
"path": "Composition.type",
"patternCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "11502-2"
}
]
}
},
{
"id": "Composition.subject",
"path": "Composition.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
]
}
]
},
{
"id": "Composition.author",
"path": "Composition.author",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-Practitioner",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization",
"http://hl7.org/fhir/StructureDefinition/Device",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson"
]
}
]
},
{
"id": "Composition.title",
"path": "Composition.title",
"fixedString": "LaboratoryTestResults"
},
{
"id": "Composition.custodian",
"path": "Composition.custodian",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization-Organization"
]
}
]
},
{
"id": "Composition.relatesTo.target[x]",
"path": "Composition.relatesTo.target[x]",
"type": [
{
"code": "Identifier"
},
{
"code": "Reference",
"targetProfile": [
"https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult-Composition"
]
}
]
},
{
"id": "Composition.section",
"path": "Composition.section",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "code"
}
],
"rules": "open"
},
"min": 1
},
{
"id": "Composition.section.code",
"path": "Composition.section.code",
"min": 1
},
{
"id": "Composition.section.section",
"path": "Composition.section.section",
"contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
},
{
"id": "Composition.section:results",
"path": "Composition.section",
"sliceName": "results",
"definition": "Relevant observation results collected on the patient or produced on in-vitro biologic specimens collected from the patient.",
"min": 1,
"max": "1"
},
{
"id": "Composition.section:results.code",
"path": "Composition.section.code",
"min": 1,
"patternCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "30954-2"
}
]
}
},
{
"id": "Composition.section:results.entry",
"path": "Composition.section.entry",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult"
]
}
]
},
{
"id": "Composition.section:results.section",
"path": "Composition.section.section",
"contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
}
]
}
}