FHIR IG analytics| Package | phis.ig.dev |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-connectdtx-servicerequest-discontinued-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest
Resource ServiceRequest "connectdtx-servicerequest-discontinued-example"
Profile: ConnectDTx ServiceRequest
identifier: id:?order12345
status: revoked
intent: order
doNotPerform: true
code: Hypnus (Hira Diagnostic Behavior#hypnus)
subject: Patient/connectdtx-patient-example ""
encounter: Encounter/connectdtx-encounter-amb-example
authoredOn: 2000-01-01 15:05:00+0900
requester: PractitionerRole/connectdtx-practitionerrole-example
{
"resourceType": "ServiceRequest",
"id": "connectdtx-servicerequest-discontinued-example",
"meta": {
"profile": [
"http://phis.co.kr/fhir/StructureDefinition/StructureDefinition-svccore-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.3.4.5.6",
"value": "order12345"
}
],
"status": "revoked",
"intent": "order",
"doNotPerform": true,
"code": {
"coding": [
{
"system": "https://hira.or.kr/CodeSystem/diagnostic-behavior",
"code": "hypnus"
}
]
},
"subject": {
"reference": "Patient/krcore-patient-example-01"
},
"encounter": {
"reference": "Encounter/krcore-encounter-example-01"
},
"authoredOn": "2000-01-01T15:05:00+09:00",
"requester": {
"reference": "PractitionerRole/krcore-medicaldoctorrole-example-01"
}
}