Pharmacist Services and Summaries - FHIR (PhCP)
1.0.0 - STU Release 1.0.0 for FHIR R4

This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: phcp-medication-therapy-condition-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "phcp-medication-therapy-condition-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-02-11T23:09:58.572+00:00",
    "source" : "#5mV1QI3aRMN3b57c",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition",
      "http://hl7.org/fhir/us/phcp/StructureDefinition/PhCP-Medication-Therapy-Condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:1a673d3c-0a8a-4c79-974e-83aa84df1b2b</p><p><b>clinicalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes: {http://snomed.info/sct 55607006}, {http://loinc.org 75326-9}\">Problem</span></p><p><b>code</b>: <span title=\"Codes: {http://snomed.info/sct 697958005}\">Non-adherence because patient forgets to take medication</span></p><p><b>subject</b>: <a href=\"Patient-phcp-patient-example.html\">Generated Summary: id: 1032702 (USUAL); active; Amy V. Shaw ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 2007-02-20</a></p><p><b>onset</b>: 2016-08-19</p><p><b>asserter</b>: <a href=\"PractitionerRole-phcp-practitionerrole-example.html\">Generated Summary: doc@example.org</a></p><p><b>note</b>: Non-adherence because patient forgets to take medication</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:1a673d3c-0a8a-4c79-974e-83aa84df1b2b"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "55607006",
          "display" : "Problem"
        },
        {
          "system" : "http://loinc.org",
          "code" : "75326-9",
          "display" : "Problem"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "697958005",
        "display" : "Suspected noncompliance with therapeutic regimen (situation)"
      }
    ],
    "text" : "Non-adherence because patient forgets to take medication"
  },
  "subject" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "onsetDateTime" : "2016-08-19",
  "asserter" : {
    "reference" : "PractitionerRole/phcp-practitionerrole-example"
  },
  "note" : [
    {
      "text" : "Non-adherence because patient forgets to take medication"
    }
  ]
}