MOPA — Medical Oncology Prior Authorization
0.1.1-snapshot-080926 - snapshot-080926 United States of America flag

MOPA — Medical Oncology Prior Authorization - Local Development build (v0.1.1-snapshot-080926) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient: Jane Smith

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "MOPAPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MOPAPatientExample</b></p><a name=\"MOPAPatientExample\"> </a><a name=\"hcMOPAPatientExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Smith (official) Female, DoB: 1968-04-15 ( http://hospital.example.org/patients#MRN-78432)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">42 Maple Street Springfield IL 62701 </td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://hospital.example.org/patients",
      "value" : "MRN-78432"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Jane"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1968-04-15",
  "address" : [
    {
      "line" : [
        "42 Maple Street"
      ],
      "city" : "Springfield",
      "state" : "IL",
      "postalCode" : "62701"
    }
  ]
}