CARIN Consumer Realtime Pharmacy Benefit Check
- CI Build

This page is part of the Consumer Real-time Pharmacy Benefit Check (v0.1.0: STU 1 Ballot 1) 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-rtpbc-patient-03

Raw json

{
  "resourceType" : "Patient",
  "id" : "rtpbc-patient-03",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/carin/StructureDefinition/rtpbc-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>: rtpbc-patient-03</p><p><b>meta</b>: </p><p><b>name</b>: Jane Doe </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1975-12-05</p><p><b>address</b>: 100 Oak Court Madison WI 53510 US </p></div>"
  },
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1975-12-05",
  "address" : [
    {
      "line" : [
        "100 Oak Court"
      ],
      "city" : "Madison",
      "state" : "WI",
      "postalCode" : "53510",
      "country" : "US"
    }
  ]
}