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

FHIR IG analytics

Packagehl7.fhir.us.mcc
Resource TypeServiceRequest
IdServiceRequest-counseling-1x-wk.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 counseling-1x-wk

status: Active

intent: Plan

code: Counseling (procedure)

subject: Patricia Noelle

occurrence: Count 20 times, 3 per1 weeks

authoredOn: 2022-05-03

requester: Dr. John Carlson

reasonReference: Long COVID

patientInstruction: Call the clinic at 444-COV-ID19 to set up your appointments


Source1

{
  "resourceType": "ServiceRequest",
  "id": "counseling-1x-wk",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCServiceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "plan",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "409063005",
        "display": "Counseling (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "occurrenceTiming": {
    "repeat": {
      "count": 20,
      "countMax": 30,
      "frequency": 3,
      "period": 1,
      "periodUnit": "wk"
    }
  },
  "authoredOn": "2022-05-03",
  "requester": {
    "reference": "Practitioner/practitionerMCC-3v",
    "display": "Dr. John Carlson"
  },
  "reasonReference": [
    {
      "reference": "Condition/encounter-diag-1",
      "display": "Long COVID"
    }
  ],
  "patientInstruction": "Call the clinic at 444-COV-ID19 to set up your appointments"
}