FHIR IG analytics| Package | fhir.gdx |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-HereditaryCancerTestingServiceRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest HereditaryCancerTestingServiceRequest
identifier: Laboratory Accession ID/1234567890
status: Active
intent: Plan
code: HereditaryCancerTesting™ Hereditary Cancer Test
requester: Practitioner Laura Salma
reasonCode: Hereditary breast and ovarian cancer syndrome (disorder)
{
"resourceType": "ServiceRequest",
"id": "HereditaryCancerTestingServiceRequest",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LACSN"
}
],
"text": "Laboratory Accession ID"
},
"system": "https://myriad.com/identifiers/serviceRequests",
"value": "1234567890"
}
],
"status": "active",
"intent": "plan",
"code": {
"text": "HereditaryCancerTesting™ Hereditary Cancer Test"
},
"subject": {
"reference": "Patient/PatientFemale"
},
"requester": {
"reference": "Practitioner/PractitionerOrderingProvider"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "718220008",
"display": "Hereditary breast and ovarian cancer syndrome (disorder)"
}
]
}
],
"specimen": [
{
"reference": "Specimen/SpecimenBloodFemale"
}
]
}