FHIR Implementation Guide for NJSAMS


1.0.0 - release

NJSAMS - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: InhalantDisorder - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "InhalantDisorder",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/NJSAMSCondition"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition InhalantDisorder</b></p><a name=\"InhalantDisorder\"> </a><a name=\"hcInhalantDisorder\"> </a><a name=\"InhalantDisorder-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NJSAMSCondition.html\">NJSAMSCondition</a></p></div><p><b>SubstanceUsed</b>: Whippets</p><p><b>Sequence</b>: 3</p><p><b>identifier</b>: <code>https://fhir.njsams.rutgers.edu/NJSAMS-fhir/DSMID</code>/76537452</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10 F18.20}\">Inhalant dependence, uncomplicated</span></p><p><b>subject</b>: <a href=\"Patient-PatientComplete.html\">William Smith  Other, DoB: 2000-06-11 ( http://hl7.org/fhir/sid/us-ssn#United States Social Security Number#00-00-0000)</a></p><p><b>recordedDate</b>: 2022-01-15</p><p><b>recorder</b>: <a href=\"Practitioner-DSM5Supervisor.html\">Practitioner Dr. John Dough</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/SubstanceUsed",
      "valueString" : "Whippets"
    },
    {
      "url" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/StructureDefinition/Sequence",
      "valueInteger" : 3
    }
  ],
  "identifier" : [
    {
      "system" : "https://fhir.njsams.rutgers.edu/NJSAMS-fhir/DSMID",
      "value" : "76537452"
    }
  ],
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "severity" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6736007",
        "display" : "Moderate"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10",
        "code" : "F18.20",
        "display" : "Inhalant dependence, uncomplicated"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientComplete"
  },
  "recordedDate" : "2022-01-15",
  "recorder" : {
    🔗 "reference" : "Practitioner/DSM5Supervisor"
  }
}