Immunization Decision Support Forecast Implementation Guide STU1 (Release 0.2.0 Ballot 2)

This page is part of the Immunization Decision Support Forecast FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Patient-forecast-example

Raw json

{
  "resourceType" : "Patient",
  "id" : "forecast-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: forecast-example</p><p><b>meta</b>: </p><p><b>identifier</b>: ??</p><p><b>name</b>: null null </p><p><b>gender</b>: male</p><p><b>birthDate</b>: Apr 28, 2019</p></div>"
  },
  "identifier" : [
    {
      "_system" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      },
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "name" : [
    {
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      },
      "_given" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode" : "masked"
            }
          ]
        }
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "2019-04-28"
}