FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagephis.ig.dev
Resource TypeServiceRequest
IdDocumentReference-connectdtx-result-report-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ServiceRequest

Resource ServiceRequest "connectdtx-servicerequest-prescription-example"

Profile: ConnectDTx ServiceRequest

identifier: id: order12345

status: active

intent: order

code: Hypnus (Hira Diagnostic Behavior#hypnus)

subject: Patient/connectdtx-patient-example ""

encounter: Encounter/connectdtx-encounter-amb-example

authoredOn: 2000-01-01 14:05:00+0900

requester: PractitionerRole/connectdtx-practitionerrole-example


Source1

{
  "resourceType": "ServiceRequest",
  "id": "connectdtx-servicerequest-prescription-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-servicerequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:1.2.3.4.5.6",
      "value": "order12345"
    }
  ],
  "status": "active",
  "intent": "order",
  "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-01T14:05:00+09:00",
  "requester": {
    "reference": "PractitionerRole/krcore-medicaldoctorrole-example-01"
  }
}