FHIR IG analytics
| Package | myhealth.eu.fhir.laboratory |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-MyHealthEuLabSpecimen.json |
| FHIR Version | R4 |
| Source | http://fhir.ehdsi.eu/laboratory/9.1.1/StructureDefinition-MyHealthEuLabSpecimen.html |
| URL | http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen |
| Version | 9.1.1 |
| Status | active |
| Date | 2026-05-05T17:14:55+02:00 |
| Name | MyHealthEuLabSpecimen |
| Title | MyHealth@EU Laboratory Specimen model |
| Realm | eu |
| Description | MyHealthEu refined model a specimen to be used for analysis |
| Type | http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|
 MyHealthEuLabSpecimen | | 0..* | EHDSSpecimen | MyHealth@EU Laboratory Specimen model
Elements defined in Ancestors:identifier, status, type, specimenSource[x], parentSpecimen, request, combined, collection, receivedDate, container, condition, note |
  identifier | O | 1..* | Identifier | An identifier of the specimen which is unique within in a defined scope. Example: identifier assigned by ordering system, identifier assigned by laboratory etc. Multiple identifiers can be used. |
  type | O | 0..1 | CodeableConcept | The kind of material that forms the Specimen. |
  specimenSource[x] | O | 0..1 | | Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a device. Additional types of specimen may be allowed in implementations. |
   specimenSourceMyHealthEuPatient | | | MyHealthEuPatient | |
   specimenSourceMyHealthEuDevice | | | MyHealthEuDevice | |
  collection | O | 0..* | Base | Collection details |
   collected[x] | O | 1..1 | Period, dateTime | The period or date and time of specimen collection. |
   method | O | 0..1 | CodeableConcept | If relevant for the results, the method of obtaining the specimen. |
   device | O | 0..1 | MyHealthEuDevice | Device used to perform specimen collection |
   bodySite | O | 0..1 | MyHealthEuBodyStructure | Anatomic location (e.g. body location, laterality and other details) where the material is collected, e.g. Elbow, left |
  receivedDate | O | 0..1 | dateTime | Date and time when specimen is received by the testing laboratory. |
Documentation for this format |
Source1
{
"resourceType": "StructureDefinition",
"id": "MyHealthEuLabSpecimen",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen",
"version": "9.1.1",
"name": "MyHealthEuLabSpecimen",
"title": "MyHealth@EU Laboratory Specimen model",
"status": "active",
"date": "2026-05-05T17:14:55+02:00",
"publisher": "MyHealth@Eu",
"contact": [
{
"name": "MyHealth@Eu",
"telecom": [
{
"system": "url",
"value": "https://health.ec.europa.eu/other-pages/basic-page/myhealtheu-flyer-addressed-patients-and-health-professionals_en"
}
]
}
],
"description": "MyHealthEu refined model a specimen to be used for analysis",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
}
],
"kind": "logical",
"abstract": false,
"type": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen",
"baseDefinition": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen",
"derivation": "specialization",
"snapshot": {
"extension": [
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "0.3.0"
}
],
"element": [
{
"id": "MyHealthEuLabSpecimen",
"path": "MyHealthEuLabSpecimen",
"short": "MyHealth@EU Laboratory Specimen model",
"definition": "MyHealthEu refined model a specimen to be used for analysis",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false,
"mapping": [
{
"identity": "rim",
"map": "n/a"
}
]
},
{
"id": "MyHealthEuLabSpecimen.identifier",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:handle"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.identifier",
"short": "An identifier of the specimen which is unique within in a defined scope. Example: identifier assigned by ordering system, identifier assigned by laboratory etc. Multiple identifiers can be used.",
"definition": "An identifier of the specimen which is unique within in a defined scope. Example: identifier assigned by ordering system, identifier assigned by laboratory etc. Multiple identifiers can be used.",
"min": 1,
"max": "*",
"base": {
"path": "EHDSSpecimen.identifier",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Identifier"
}
]
},
{
"id": "MyHealthEuLabSpecimen.status",
"path": "MyHealthEuLabSpecimen.status",
"short": "Availability of the specimen.",
"definition": "Availability of the specimen.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.status",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 specimen-status"
}
},
{
"id": "MyHealthEuLabSpecimen.type",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:handle"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.type",
"short": "The kind of material that forms the Specimen.",
"definition": "The kind of material that forms the Specimen.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.type",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "SNOMED CT"
}
},
{
"id": "MyHealthEuLabSpecimen.specimenSource[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.specimenSource[x]",
"short": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a device. Additional types of specimen may be allowed in implementations.",
"definition": "Where the specimen came from. This may be from patient(s), from a location (e.g., the source of an environmental sample), or a device. Additional types of specimen may be allowed in implementations.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.specimenSource[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuPatient"
},
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuDevice"
}
]
},
{
"id": "MyHealthEuLabSpecimen.parentSpecimen",
"path": "MyHealthEuLabSpecimen.parentSpecimen",
"short": "Specimen from which this specimen originated",
"definition": "Specimen from which this specimen originated",
"min": 0,
"max": "*",
"base": {
"path": "EHDSSpecimen.parentSpecimen",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSSpecimen"
}
]
},
{
"id": "MyHealthEuLabSpecimen.request",
"path": "MyHealthEuLabSpecimen.request",
"short": "Why the specimen ws collected",
"definition": "Why the specimen ws collected",
"min": 0,
"max": "*",
"base": {
"path": "EHDSSpecimen.request",
"min": 0,
"max": "*"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSServiceRequest"
}
]
},
{
"id": "MyHealthEuLabSpecimen.combined",
"path": "MyHealthEuLabSpecimen.combined",
"short": "This element signifies if the specimen is part of a group or pooled.",
"definition": "This element signifies if the specimen is part of a group or pooled.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.combined",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 specimen-combined"
}
},
{
"id": "MyHealthEuLabSpecimen.collection",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection",
"short": "Collection details",
"definition": "Collection details",
"min": 0,
"max": "*",
"base": {
"path": "EHDSSpecimen.collection",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.performer[x]",
"path": "MyHealthEuLabSpecimen.collection.performer[x]",
"short": "Person or organisation who collected the specimen",
"definition": "Person or organisation who collected the specimen",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.performer[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSHealthProfessional"
},
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSOrganisation"
},
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSPatient"
},
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSRelatedPerson"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.collected[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.collected[x]",
"short": "The period or date and time of specimen collection.",
"definition": "The period or date and time of specimen collection.",
"min": 1,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.collected[x]",
"min": 1,
"max": "1"
},
"type": [
{
"code": "Period"
},
{
"code": "dateTime"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.quantity",
"path": "MyHealthEuLabSpecimen.collection.quantity",
"short": "The quantity of specimen collected",
"definition": "The quantity of specimen collected",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.quantity",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.method",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.method",
"short": "If relevant for the results, the method of obtaining the specimen.",
"definition": "If relevant for the results, the method of obtaining the specimen.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.method",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "SNOMED CT"
}
},
{
"id": "MyHealthEuLabSpecimen.collection.device",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.device",
"short": "Device used to perform specimen collection",
"definition": "Device used to perform specimen collection",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.device",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuDevice"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.bodySite",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.bodySite",
"short": "Anatomic location (e.g. body location, laterality and other details) where the material is collected, e.g. Elbow, left",
"definition": "Anatomic location (e.g. body location, laterality and other details) where the material is collected, e.g. Elbow, left",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.collection.bodySite",
"min": 0,
"max": "1"
},
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuBodyStructure"
}
]
},
{
"id": "MyHealthEuLabSpecimen.receivedDate",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
},
{
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-source",
"valueCanonical": "http://fhir.ehdsi.eu/laboratory/StructureDefinition/MyHealthEuLabSpecimen|9.1.1"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.receivedDate",
"short": "Date and time when specimen is received by the testing laboratory.",
"definition": "Date and time when specimen is received by the testing laboratory.",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.receivedDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "MyHealthEuLabSpecimen.container",
"path": "MyHealthEuLabSpecimen.container",
"short": "The container holding the specimen.",
"definition": "The container holding the specimen.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSSpecimen.container",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "MyHealthEuLabSpecimen.container.specimenQuantity",
"path": "MyHealthEuLabSpecimen.container.specimenQuantity",
"short": "Quantity of specimen within container",
"definition": "Quantity of specimen within container",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.container.specimenQuantity",
"min": 0,
"max": "1"
},
"type": [
{
"code": "Quantity"
}
]
},
{
"id": "MyHealthEuLabSpecimen.container.containerDevice",
"path": "MyHealthEuLabSpecimen.container.containerDevice",
"short": "The device resource for the the container holding the specimen.",
"definition": "The device resource for the the container holding the specimen.",
"min": 1,
"max": "1",
"base": {
"path": "EHDSSpecimen.container.containerDevice",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSDevice"
}
]
},
{
"id": "MyHealthEuLabSpecimen.condition",
"path": "MyHealthEuLabSpecimen.condition",
"short": "State of the specimen. State of the speeimen should be alligned with dataAbsentReason element of the Observatiom model.",
"definition": "State of the specimen. State of the speeimen should be alligned with dataAbsentReason element of the Observatiom model.",
"min": 0,
"max": "*",
"base": {
"path": "EHDSSpecimen.condition",
"min": 0,
"max": "*"
},
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "preferred",
"description": "HL7 specimenCondition"
}
},
{
"id": "MyHealthEuLabSpecimen.note",
"path": "MyHealthEuLabSpecimen.note",
"short": "To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen).",
"definition": "To communicate any details or issues about the specimen or during the specimen collection. (for example: broken vial, sent with patient, frozen).",
"min": 0,
"max": "1",
"base": {
"path": "EHDSSpecimen.note",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "MyHealthEuLabSpecimen",
"path": "MyHealthEuLabSpecimen",
"short": "MyHealth@EU Laboratory Specimen model",
"definition": "MyHealthEu refined model a specimen to be used for analysis"
},
{
"id": "MyHealthEuLabSpecimen.identifier",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:handle"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.identifier"
},
{
"id": "MyHealthEuLabSpecimen.type",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "SHOULD:handle"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.type"
},
{
"id": "MyHealthEuLabSpecimen.specimenSource[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.specimenSource[x]",
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuPatient"
},
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuDevice"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection"
},
{
"id": "MyHealthEuLabSpecimen.collection.collected[x]",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.collected[x]"
},
{
"id": "MyHealthEuLabSpecimen.collection.method",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.method"
},
{
"id": "MyHealthEuLabSpecimen.collection.device",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.device",
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuDevice"
}
]
},
{
"id": "MyHealthEuLabSpecimen.collection.bodySite",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.collection.bodySite",
"type": [
{
"code": "http://fhir.ehdsi.eu/core/StructureDefinition/MyHealthEuBodyStructure"
}
]
},
{
"id": "MyHealthEuLabSpecimen.receivedDate",
"extension": [
{
"extension": [
{
"url": "code",
"valueCode": "MAY:able-to-populate"
},
{
"url": "actor",
"valueCanonical": "http://fhir.ehdsi.eu/core/ActorDefinition/actor-handler-ehdsi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/obligation"
}
],
"path": "MyHealthEuLabSpecimen.receivedDate"
}
]
}
}