FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Specimen |
| Id | Specimen-serum-specimen-from-patient-parent.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Specimen",
"id": "serum-specimen-from-patient-parent",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-specimen"
]
},
"collection": {
"collector": {
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-specimen-collector-reference",
"valueReference": {
"reference": "RelatedPerson/example-related-person",
"type": "RelatedPerson"
}
}
],
"reference": "Practitioner/Nurse",
"type": "Practitioner"
},
"collectedDateTime": "2020-06-12T08:30:00+02:00",
"quantity": {
"value": 10,
"unit": "mL"
},
"fastingStatusDuration": {
"value": 12,
"unit": "h",
"code": "h",
"system": "http://unitsofmeasure.org"
}
},
"processing": [
{
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-location",
"valueReference": {
"reference": "Location/hospital-unit"
}
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-practitioner",
"valueReference": {
"reference": "Practitioner/practitioner-nurse-no-expertise-with-advanced-courses"
}
}
],
"timeDateTime": "2020-06-12T14:35:00+02:00"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122590004",
"display": "Serum specimen from patient"
}
],
"text": "Serum specimen from patient"
},
"subject": {
"reference": "Patient/patient-with-israeli-id"
},
"receivedTime": "2020-06-12T13:30:00+02:00",
"request": [
{
"reference": "ServiceRequest/987"
}
],
"container": [
{
"specimenQuantity": {
"value": 10,
"unit": "mL",
"code": "ml",
"system": "http://unitsofmeasure.org"
}
}
]
}