0.1.0 - ci-build International flag

JohnMoehrkeTestCore, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testCore/ and changes regularly. See the Directory of published versions

: Example 1 of a condition - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "ex-condition-1",
  "meta" : {
    "lastUpdated" : "1995-09-27T00:00:00Z",
    "profile" : [
      🔗 "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition ex-condition-1</b></p><a name=\"ex-condition-1\"> </a><a name=\"hcex-condition-1\"> </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\">Last updated: 1995-09-27 00:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JFM.condition.html\">JFM problems</a></p></div><p><b>identifier</b>: <code>https://example.org/ProblemTO.id</code>/487\u00a0(use:\u00a0usual,\u00a0)</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></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>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-9-cm 401.9}\">Hypertension (ICD-9-CM 401.9)</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>recordedDate</b>: 1995-09-27</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "https://example.org/ProblemTO.id",
      "value" : "487"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "unconfirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-9-cm",
        "code" : "401.9"
      }
    ],
    "text" : "Hypertension (ICD-9-CM 401.9)"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "recordedDate" : "1995-09-27"
}