FHIR IG analytics| Package | hl7.fhir.uv.lab-report.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-srv-request-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest srv-request-example
identifier: urn:oid:2.16.840.1.113883.2.9.4.3.9/[NRE]
status: Active
intent: Order
category: Laboratory procedure
priority: ASAP
code: Microalbumin Massa/Volume in Urine
subject: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))
{
"resourceType": "ServiceRequest",
"id": "srv-request-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/lab-report/StructureDefinition/ServiceRequest-obl-uv-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.9.4.3.9",
"value": "[NRE]",
"assigner": {
"display": "Ministero delle Finanze"
}
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "asap",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "14957-5",
"display": "Microalbumin [Mass/volume] in Urine"
}
],
"text": "Microalbumin Massa/Volume in Urine"
},
"subject": {
"reference": "Patient/pat-lab-example"
}
}