FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-sr-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest sr-example
Profile: TW Core ServiceRequest
status: Active
intent: Order
category: Surgical procedure (procedure)
code: Excision of lesion of patella (procedure)
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
occurrence: 2021-11-20
authoredOn: 2021-11-12 10:59:38-0800
requester: Practitioner 王依昇(official)
{
"resourceType": "ServiceRequest",
"id": "sr-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ServiceRequest-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical procedure (procedure)"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104001",
"display": "Excision of lesion of patella (procedure)"
}
]
},
"subject": {
"reference": "Patient/pat-example"
},
"occurrenceDateTime": "2021-11-20",
"authoredOn": "2021-11-12T10:59:38-08:00",
"requester": {
"reference": "Practitioner/pra-dr-example"
}
}