FHIR IG analytics| Package | hl7.fhir.us.cancer-reporting.r4 |
| Resource Type | Encounter |
| Id | Encounter-encounter-uspath-specimen-collection.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-uspath-specimen-collection
identifier: http://example.com/fhir/encounters/123
status: Finished
class: ActCode IMP: inpatient encounter (version = 9.0.0 )
type: Pathology consultation, comprehensive, records and specimen with report
subject: Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))
basedOn: ServiceRequest Surgical pathology study
participant
individual: Practitioner Wise Owl
participant
individual: Practitioner Stains Alot
{
"resourceType": "Encounter",
"id": "encounter-uspath-specimen-collection",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/fhir/encounters",
"value": "123"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "726007",
"display": "Pathology consultation, comprehensive, records and specimen with report"
}
]
}
],
"subject": {
"reference": "Patient/patient-OakleyAnnie"
},
"basedOn": [
{
"reference": "ServiceRequest/servicerequest-cancer-path"
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/practitioner-oncologist"
}
},
{
"individual": {
"reference": "Practitioner/practitioner-pathologist"
}
}
]
}