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

FHIR IG Statistics: StructureDefinition/Recipient

Packagehl7.fhir.eu.laboratory
TypeStructureDefinition
IdRecipient
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/laboratory/https://build.fhir.org/ig/hl7-eu/laboratory/StructureDefinition-Recipient.html
URLhttp://hl7.eu/fhir/laboratory/StructureDefinition/Recipient
Version0.2.0-ci
Statusdraft
Date2025-07-02T14:40:12+00:00
NameRecipientLabEhn
TitleA.1.4 - Information recipient
Realmeu
Authorityhl7
DescriptionInformation recipient (intended recipient or recipients of the report, additional recipients might be identified by the ordering party, e.g. GP, other specialist), if applicable. Section A1.4 of the eHN guideline.
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/laboratory/StructureDefinition/Recipient
Kindlogical

Resources that use this resource

ConceptMap
recipient2FHIR-eu-labeHN Recipient to this guide Map
StructureDefinition
LabReportCzA - Laboratory Report
LabReportA - Laboratory Report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition Recipient

NameFlagsCard.TypeDescription & Constraintsdoco
.. Recipient 0..*BaseA.1.4 - Information recipient
... identifier 0..1IdentifierA.1.4.1 Recipient identifier
... name 0..*HumanNameA.1.4.2 Recipient name
... organization 0..*OrganizationA.1.4.3 Recipient organization
... address 0..*AddressA.1.4.4 Address
... country 0..*CodeableConceptA.1.4.5 Country
... telecom 0..*ContactPointA.1.4.6 Telecom

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "Recipient",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative"
    }
  ],
  "url": "http://hl7.eu/fhir/laboratory/StructureDefinition/Recipient",
  "version": "0.2.0-ci",
  "name": "RecipientLabEhn",
  "title": "A.1.4 - Information recipient",
  "status": "draft",
  "date": "2025-07-02T14:40:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Information recipient (intended recipient or recipients of the report, additional recipients might be identified by the ordering party, e.g. GP, other specialist), if applicable.\nSection A1.4 of the eHN guideline.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/laboratory/StructureDefinition/Recipient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "Recipient",
        "path": "Recipient",
        "short": "A.1.4 - Information recipient",
        "definition": "Information recipient (intended recipient or recipients of the report, additional recipients might be identified by the ordering party, e.g. GP, other specialist), if applicable.\nSection A1.4 of the eHN guideline.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "Recipient.identifier",
        "path": "Recipient.identifier",
        "short": "A.1.4.1 Recipient identifier",
        "definition": "The health professional identification number.\nEither an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the license or registration number.\nIn case when recipient is not a health professional, e.g. patient, appropriate personal identifier should be used.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Recipient.identifier",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Recipient.name",
        "path": "Recipient.name",
        "short": "A.1.4.2 Recipient name",
        "definition": "Person name.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Recipient.name",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "Recipient.organization",
        "path": "Recipient.organization",
        "short": "A.1.4.3 Recipient organization",
        "definition": "The healthcare provider organization information.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Recipient.organization",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Organization"
          }
        ]
      },
      {
        "id": "Recipient.address",
        "path": "Recipient.address",
        "short": "A.1.4.4 Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g., street address line, country, ZIP code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose. - Preferred system(s):",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Recipient.address",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "Recipient.country",
        "path": "Recipient.country",
        "short": "A.1.4.5 Country",
        "definition": "Country of the recipient. - Preferred system(s): ISO 3166",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Recipient.country",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Recipient.telecom",
        "path": "Recipient.telecom",
        "short": "A.1.4.6 Telecom",
        "definition": "Telecommunication contact information (addresses) associated to a person. Multiple telecommunication addresses might be provided. - Preferred system(s):",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Recipient.telecom",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "Recipient",
        "path": "Recipient",
        "short": "A.1.4 - Information recipient",
        "definition": "Information recipient (intended recipient or recipients of the report, additional recipients might be identified by the ordering party, e.g. GP, other specialist), if applicable.\nSection A1.4 of the eHN guideline."
      },
      {
        "id": "Recipient.identifier",
        "path": "Recipient.identifier",
        "short": "A.1.4.1 Recipient identifier",
        "definition": "The health professional identification number.\nEither an internal identifier assigned by a healthcare provider institution or (preferably) a national health professional ID such as the license or registration number.\nIn case when recipient is not a health professional, e.g. patient, appropriate personal identifier should be used.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "Recipient.name",
        "path": "Recipient.name",
        "short": "A.1.4.2 Recipient name",
        "definition": "Person name.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName"
          }
        ]
      },
      {
        "id": "Recipient.organization",
        "path": "Recipient.organization",
        "short": "A.1.4.3 Recipient organization",
        "definition": "The healthcare provider organization information.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Organization"
          }
        ]
      },
      {
        "id": "Recipient.address",
        "path": "Recipient.address",
        "short": "A.1.4.4 Address",
        "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g., street address line, country, ZIP code, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose. - Preferred system(s): ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "Recipient.country",
        "path": "Recipient.country",
        "short": "A.1.4.5 Country",
        "definition": "Country of the recipient. - Preferred system(s): ISO 3166",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "Recipient.telecom",
        "path": "Recipient.telecom",
        "short": "A.1.4.6 Telecom",
        "definition": "Telecommunication contact information (addresses) associated to a person. Multiple telecommunication addresses might be provided. - Preferred system(s): ",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      }
    ]
  }
}