FHIR IG analytics| Package | hl7.fhir.cl.minsal.r2bo |
| Resource Type | Specimen |
| Id | Specimen-r2bo-specimen-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen r2bo-specimen-example
Profile: Perfil de Muestra
identifier: 110101101
status: Available
type: Tissue
subject: Javiera Castilla (official) Female, DoB: 1995-12-12 ( PPN: ACL123456789876 (use: official, ))
receivedTime: 2021-06-01 00:00:00+0000
| Collector | Collected[x] | Method | BodySite |
| PractitionerRole MÉDICO CIRUJANO | 2021-06-01 10:00:00+0000 | Biopsy of breast | Breast |
note:
Resección completa de tejido mamario, posible carcinoma
{
"resourceType": "Specimen",
"id": "r2bo-specimen-example",
"meta": {
"profile": [
"https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-muestra-biopsia"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "110101101"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0487",
"code": "TISS",
"display": "Tissue"
}
]
},
"subject": {
"reference": "Patient/paciente-requiere-examen"
},
"receivedTime": "2021-06-01T00:00:00Z",
"collection": {
"collector": {
"reference": "PractitionerRole/ProfesionalHospital"
},
"collectedDateTime": "2021-06-01T10:00:00Z",
"method": {
"extension": [
{
"url": "https://interoperabilidad.minsal.cl/fhir/ig/r2bo/StructureDefinition/r2bo-extension-tipo-procedimientos-biopsias",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8889005"
}
]
}
}
],
"coding": [
{
"system": "http://snomed.info/sct",
"code": "122548005"
}
]
},
"bodySite": {
"extension": [
{
"url": "http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-laterality-qualifier",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "7771000"
}
]
}
}
],
"coding": [
{
"system": "http://snomed.info/sct",
"code": "76752008"
}
]
}
},
"note": [
{
"text": "Resección completa de tejido mamario, posible carcinoma"
}
]
}