Da Vinci Prior Authorization Support (PAS) FHIR IG
1.0.0 - STU 1

This page is part of the Da Vinci Prior Authorization Support (PAS) FHIR IG (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Submit Claim Subscriber Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "SubscriberExample",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>MilitaryStatus</b>: <span title=\"Codes: {https://codesystem.x12.org/005010/584 RU}\">RU</span></p><p><b>identifier</b>: id: 12345678901</p><p><b>name</b>: JOE SMITH </p><p><b>gender</b>: male</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-militaryStatus",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://codesystem.x12.org/005010/584",
            "code" : "RU"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://example.org/MIN",
      "value" : "12345678901"
    }
  ],
  "name" : [
    {
      "family" : "SMITH",
      "given" : [
        "JOE"
      ]
    }
  ],
  "gender" : "male"
}