FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest 1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1
identifier: http://example.org/lis-order/123456
requisition: http://example.org/gp-order/0901001234567234
status: Active
intent: Order
category: Laboratory procedure
priority: ASAP
| Concept |
| Microalbumin Massa/Volume in Urine |
subject: John Doe Male, DoB: 1980-01-01
{
"resourceType": "ServiceRequest",
"id": "1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/lis-order",
"value": "123456"
}
],
"requisition": {
"system": "http://example.org/gp-order",
"value": "0901001234567234"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "asap",
"code": {
"concept": {
"coding": [
{
"system": "http://loinc.org",
"code": "14957-5",
"display": "Microalbumin [Mass/volume] in Urine"
}
],
"text": "Microalbumin Massa/Volume in Urine"
}
},
"subject": {
"reference": "Patient/patient-eu-core-example"
}
}