FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Specimen |
| Id | Specimen-SampleSpecimenAnimal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen SampleSpecimenAnimal
Profile: Specimen: Laboratory
Specimen Focus: RelatedPerson: extension = Domestic cat
status: Available
type: Blood specimen
| Collected[x] |
| 2022-10-25 13:35:00+0100 |
Generated Narrative: RelatedPerson #SampleAnimalSpecimen
Profile: RelatedPerson: Animal
Practitioner Animal Species: Domestic cat
{
"resourceType": "Specimen",
"id": "SampleSpecimenAnimal",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "RelatedPerson",
"id": "SampleAnimalSpecimen",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/animal-specimen-myhealtheu-lab"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/practitioner-animalSpecies",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "448169003",
"display": "Domestic cat"
}
]
}
}
],
"patient": {
"reference": "Patient/SamplePatient"
}
}
],
"extension": [
{
"url": "http://hl7.eu/fhir/laboratory/StructureDefinition/specimen-focus",
"valueReference": {
"reference": "#SampleAnimalSpecimen"
}
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen"
}
]
},
"subject": {
"reference": "Patient/SamplePatient"
},
"collection": {
"collectedDateTime": "2022-10-25T13:35:00+01:00"
}
}