Specialty Medication Enrollment
2.0.0-ballot - STU 2 Ballot US

This page is part of the Specialty Medication Enrollment (v2.0.0-ballot: STU2 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Specialty Rx Patient 1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "specialty-rx-patient-1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Timothy V. Doe </b> male, DoB: 1987-02-20 ( id: 1234)</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/patient-id",
      "value" : "1234"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "Timothy",
        "V."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-5555",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "tim.doe@example.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1987-02-20",
  "address" : [
    {
      "line" : [
        "2224 Century Ave"
      ],
      "city" : "Minnetonka",
      "state" : "MN",
      "postalCode" : "55345",
      "country" : "US"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en-US",
            "display" : "English (Region=United States)"
          }
        ]
      }
    }
  ]
}