FHIR IG analytics| Package | hl7.fhir.cz.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-1d4cbcd1-e0d3-49b6-92d8-1893da8d08e1.json |
| FHIR Version | R4 |
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: laboratorní metoda
priority: ASAP
code: Albumin v moči
subject: Mračena Mrakomorová Female, DoB: 1971-11-26 ( Citizenship Card (use: official, ))
{
"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": "laboratorní metoda"
}
]
}
],
"priority": "asap",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "14957-5",
"display": "Albumin [Hmotnost/objem], systém: Moč"
},
{
"system": "https://ncez.mzcr.cz/nclp/CodeSystem/nclppol",
"code": "00509",
"display": "Albumin (U; hmot. konc. [mg/l] *)"
}
],
"text": "Albumin v moči"
},
"subject": {
"reference": "Patient/Mracena"
}
}