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

FHIR IG analytics

Packagehl7.fhir.us.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",
  "language": "en",
  "parameter": [
    {
      "name": "assessmentDate",
      "valueDate": "2020-06-02"
    },
    {
      "name": "patient",
      "resource": {
        "resourceType": "Patient",
        "id": "ImmDSPatientExample",
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ]
            },
            "system": "http://www.acme.com/identifiers/patient",
            "value": "1234"
          }
        ],
        "name": [
          {
            "family": "Wellington",
            "given": [
              "Gene"
            ]
          }
        ],
        "gender": "male",
        "birthDate": "2020-04-28"
      }
    },
    {
      "name": "immunization",
      "resource": {
        "resourceType": "Immunization",
        "id": "ImmDSImmunizationExample",
        "status": "completed",
        "vaccineCode": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/sid/cvx",
              "code": "08",
              "display": "Hep B, adolescent or pediatric"
            }
          ]
        },
        "patient": {
          "reference": "Patient/ImmDSPatientExample"
        },
        "occurrenceDateTime": "2020-04-28",
        "primarySource": true
      }
    }
  ]
}