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

FHIR IG Statistics: StructureDefinition/HdBe-LaboratoryTestResult.Requester

Packagehealthdata.be.r4.cbb
Resource TypeStructureDefinition
IdHdBe-LaboratoryTestResult.Requester
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester
URLhttps://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester
Statusdraft
NameHdBeLaboratoryTestResultRequester
TitleHdBe-LaboratoryTestResult Requester
DescriptionThe requester of the laboratory test.
PurposeThis is a minimal defined profile on ServiceRequest to capture the requester information of the CBB LaboratoryTestResult. Although the concept Requester is not implemented in the related zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely defines capturing the LaboratoryTestResult requester information in a native FHIR element.
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.
TypeServiceRequest
Kindresource

Resources that use this resource

CapabilityStatement
HdBe-LaboratoryTestResults.ClientHdBeLaboratoryTestResults.Client
HdBe-LaboratoryTestResult.ServerHdBeLaboratoryTestResult.Server
StructureDefinition
HDBP0037-LaboratoryTestResult.RequesterHDBP0037 LaboratoryTestResult Requester
HdBe-LaboratoryTestResultHdBe-LaboratoryTestResult

Resources that this resource uses

StructureDefinition
HdBe-HealthProfessional-PractitionerRoleHdBe-HealthProfessional PractitionerRole
HdBe-PatientHdBe-Patient
pattern-HealthProfessionalReferencepattern HealthProfessional Reference

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HdBe-LaboratoryTestResult.Requester",
  "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Requester",
  "name": "HdBeLaboratoryTestResultRequester",
  "title": "HdBe-LaboratoryTestResult Requester",
  "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": "The requester of the laboratory test.",
  "purpose": "This is a minimal defined profile on ServiceRequest to capture the requester information of the CBB LaboratoryTestResult. Although the concept Requester is not implemented in the related zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely defines capturing the LaboratoryTestResult requester information in a native FHIR element.",
  "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": "HdBe-LaboratoryTestResult",
      "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResult",
      "name": "HdBe logical model LaboratoryTestResult"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest",
        "path": "ServiceRequest",
        "comment": "This is a minimal defined profile on ServiceRequest to capture the requester information of the CBB LaboratoryTestResult. Although the concept Requester is not implemented in the related zib profile because it is deemed unimplementable as-is, it has been implemented by this profile using a light profile on ServiceRequest. The profile does not contain enough guidance to implement a requesting service fully. It merely defines capturing the LaboratoryTestResult requester information in a native FHIR element.\r\n\r\nAlthough the profile has essentially been created to capture the LaboratoryTestResult requester information, the ServiceRequest.requester element is optional to ensure open world modelling."
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "comment": "Unless a more appropriate status is recorded, it is assumed that only _completed_ ServiceRequest for LaboratoryTestResults will be exchanged."
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "comment": "Unless a more appropriate intent is recorded, it is assumed that only ServiceRequest  with the intent _order_ for LaboratoryTestResults will be exchanged."
      },
      {
        "id": "ServiceRequest.subject",
        "path": "ServiceRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Location",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
            ]
          }
        ]
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "definition": "The individual who initiated the request and has responsibility for its activation. Using the PractitionerRole(HdBe-HealthProfessional-PractitionerRole) reference, the affiliated organization can be captured.",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "https://fhir.healthdata.be/StructureDefinition/pattern-HealthProfessionalReference"
            ],
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole"
            ]
          }
        ],
        "mapping": [
          {
            "identity": "HdBe-LaboratoryTestResult",
            "map": "LaboratoryTestResult.Requester"
          }
        ]
      }
    ]
  }
}