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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeServiceRequest
IdServiceRequest-ServiceRequest-peer-mentoring-example-1.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 ServiceRequest-peer-mentoring-example-1

status: Completed

intent: Order

category: Social service procedure, Social Connection

code: Referral to peer support (procedure)

subject: James Wolff

reasonReference: Condition Moderate depression (disorder)


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ServiceRequest-peer-mentoring-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ServiceRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "410606002",
          "display": "Social service procedure"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code": "social-connection",
          "display": "Social Connection"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "461481000124109",
        "display": "Referral to peer support (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "reasonReference": [
    {
      "reference": "Condition/depression-condition-example-1"
    }
  ]
}