FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.immds
Resource TypeParameters
IdParameters-parameters-in-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "parameters-in-example",
  "parameter": [
    {
      "name": "assessmentDate",
      "valueDate": "2019-06-27"
    },
    {
      "name": "patient",
      "resource": {
        "resourceType": "Patient",
        "id": "forecast-example",
        "meta": {
          "profile": [
            "http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
          ]
        },
        "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"
      }
    },
    {
      "name": "immunization",
      "resource": {
        "resourceType": "Immunization",
        "id": "c9d3fd2e-cf34-44f8-aa68-4413a01c4153",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2019-06-27T11:55:25.382-04:00",
          "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
          ]
        },
        "contained": [
          {
            "resourceType": "Patient",
            "id": "patient-forecast-data",
            "meta": {
              "profile": [
                "http://hl7.org/fhir/uv/immds/StructureDefinition/immds-patient"
              ]
            },
            "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"
          }
        ],
        "status": "completed",
        "vaccineCode": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "08",
              "display": "Hep B, adolescent or pediatric"
            }
          ]
        },
        "patient": {
          "reference": "#patient-forecast-data"
        },
        "occurrenceDateTime": "2019-04-29",
        "recorded": "2019-04-29T00:00:00-04:00",
        "primarySource": false
      }
    }
  ]
}