FHIR IG analytics| Package | hl7.fhir.us.cdmh |
| Resource Type | Specimen |
| Id | Specimen-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Specimen example with Details
id: 101
contained:
identifier: 23234352356
accessionIdentifier: X352356
status: available
type: Venous blood specimen (Details : {SNOMED CT code '122555007' = 'Venous blood specimen', given as 'Venous blood specimen'})
subject: Peter Patient
receivedTime: 04/03/2011 7:03:00 AM
request: ServiceRequest/example
| - | Collector | Collected[x] | Quantity | Method | BodySite |
| * | Practitioner/example | 30/05/2011 6:15:00 AM | 6 mL | Line, Venous (Details : {http://terminology.hl7.org/CodeSystem/v2-0488 code 'LNV' = 'Line, Venous) | Right median cubital vein (Details : {SNOMED CT code '49852007' = 'Median cubital vein', given as 'Structure of median cubital vein (body structure)'}) |
| - | Identifier | Description | Type | Capacity | SpecimenQuantity | Additive[x] |
| * | 48736-15394-75465 | Green Gel tube | Vacutainer (Details ) | 10 mL | 6 mL | id: hep; Lithium/Li Heparin (Details : {http://terminology.hl7.org/CodeSystem/v3-EntityCode code 'HEPL' = 'Lithium/Li Heparin) |
note: Specimen is grossly lipemic
{
"resourceType": "Specimen",
"id": "example",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Specimen Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an example for the *CDMH Specimen Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-specimen"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Substance",
"id": "hep",
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-EntityCode",
"code": "HEPL"
}
]
}
}
],
"identifier": [
{
"system": "http://example.org",
"value": "23234352356"
}
],
"accessionIdentifier": {
"system": "http://example.org",
"value": "X352356"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122555007",
"display": "Venous blood specimen"
}
]
},
"subject": {
"reference": "Patient/example",
"display": "Peter Patient"
},
"receivedTime": "2011-03-04T07:03:00Z",
"collection": {
"collector": {
"reference": "Practitioner/example"
},
"collectedDateTime": "2011-05-30T06:15:00Z",
"quantity": {
"value": 6,
"unit": "mL"
},
"method": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0488",
"code": "LNV"
}
]
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49852007",
"display": "Structure of median cubital vein (body structure)"
}
],
"text": "Right median cubital vein"
}
},
"container": [
{
"identifier": [
{
"value": "48736-15394-75465"
}
],
"description": "Green Gel tube",
"type": {
"text": "Vacutainer"
},
"capacity": {
"value": 10,
"unit": "mL"
},
"specimenQuantity": {
"value": 6,
"unit": "mL"
},
"additiveReference": {
"reference": "#hep"
}
}
],
"note": [
{
"text": "Specimen is grossly lipemic"
}
]
}