FHIR IG analytics| Package | eng.fhir.profile.dev |
| Resource Type | ServiceRequest |
| Id | ServiceRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "HC40-UNITY.servicerequest",
"meta": {
"profile": [
"https://eng.it/fhir/StructureDefinition/ServiceRequest_Eng"
]
},
"extension": [
{
"url": "http://cct.eng.it/FHIR/schema/servicerequest-prest-status",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/servicerequest-prest-statusCode",
"code": "A"
}
]
}
},
{
"url": "http://cct.eng.it/FHIR/schema/servicerequest-imagine-url",
"valueUrl": "http://prova-imagine"
},
{
"url": "http://cct.eng.it/FHIR/schema/servicerequest-referto",
"valueCodeableConcept": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/servicerequest-refertoCode",
"code": "F"
}
]
}
}
],
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"code": "FILL",
"display": "Fill Identifier"
}
]
},
"system": "http://www.openlis.it/identifiers/filler",
"value": "1-283139-202209031800-1-0"
}
],
"requisition": {
"use": "official",
"type": {
"coding": [
{
"code": "PLAC",
"display": "Placer Identifier"
}
]
},
"system": "http://www.openlis.it/identifiers/requisition",
"value": "1283139202209031800"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/serviceRequest-category",
"code": "LAB",
"display": "esami per laboratorio"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/servicerequest-openlis",
"code": "IV16060",
"display": "Ricerca Coronavirus SARS-CoV-2"
}
]
},
"subject": {
"reference": "Patient/id"
},
"encounter": {
"reference": "Encounter/id"
},
"occurrenceDateTime": "2022-09-03T18:00:00+02:00",
"authoredOn": "2022-09-05T14:52:43+02:00",
"requester": {
"reference": "Practitioner/id"
},
"performer": [
{
"reference": "Organization/id"
}
],
"locationCode": [
{
"coding": [
{
"system": "http://www.openlis.it/servicerequest-locationcode",
"code": "codiceLocation",
"display": "descrizione codiceLocation"
}
]
}
],
"locationReference": [
{
"reference": "Location/id"
}
],
"specimen": [
{
"reference": "Specimen/id"
}
],
"bodySite": [
{
"coding": [
{
"system": "http://cct.eng.it/FHIR/schema/bodySite-laterality",
"code": "DX",
"display": "Destra"
}
]
}
]
}