FHIR IG analytics| Package | hl7.fhir.cl.clips |
| Resource Type | Specimen |
| Id | Specimen-SpecimenCLEjemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen SpecimenCLEjemplo
Profile: Muestra
type: Muestra de sangre
subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))
| Method | BodySite | FastingStatus[x] |
| Pinchazo | Vena cubital media | El paciente estaba en ayunas antes del procedimiento. |
{
"resourceType": "Specimen",
"id": "SpecimenCLEjemplo",
"meta": {
"profile": [
"https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Specimen-cl-ips"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen",
"_display": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "es"
},
{
"url": "content",
"valueString": "Muestra de sangre"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
],
"text": "Muestra de sangre"
},
"subject": {
"reference": "Patient/PacienteClIpsEjemplo"
},
"collection": {
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129300006",
"display": "Puncture - action",
"_display": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "es"
},
{
"url": "content",
"valueString": "Pinchazo"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
}
}
],
"text": "Pinchazo"
},
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49852007",
"display": "Median cubital vein"
}
],
"text": "Vena cubital media"
},
"fastingStatusCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0916",
"code": "F",
"display": "Patient was fasting prior to the procedure."
}
],
"text": "El paciente estaba en ayunas antes del procedimiento."
}
}
}