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 an immunization - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "ex-immunization-1",
  "meta" : {
    "profile" : [
      🔗 "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ex-immunization-1</b></p><a name=\"ex-immunization-1\"> </a><a name=\"hcex-immunization-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-JFM.immunization.html\">JFM Immunization</a></p></div><p><b>identifier</b>: <code>https://example.org/ImmunizationTO.id</code>/124684\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:\">COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>occurrence</b>: 2022-08-08 11:15:28+0000</p><p><b>recorded</b>: 2022-08-08 11:15:28+0000</p><p><b>primarySource</b>: false</p><p><b>note</b>: </p><blockquote><div><p>test</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "https://example.org/ImmunizationTO.id",
      "value" : "124684"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "text" : "COVID-19 (MODERNA), MRNA, LNP-S, PF, 100 MCG/0.5ML DOSE OR 50 MCG/0.25ML DOSE"
  },
  "patient" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "occurrenceDateTime" : "2022-08-08T11:15:28Z",
  "recorded" : "2022-08-08T11:15:28Z",
  "primarySource" : false,
  "note" : [
    {
      "text" : "test"
    }
  ]
}