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

FHIR IG analytics

Packagehl7.fhir.us.carin-bb
Resource TypePatient
IdPatient-Patient2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient Patient2

Last updated: 2020-10-30 09:48:01-0400; Language: en-US

Profile: C4BB Patientversion: null2.2.0)

Member 01 Test Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)


Active:trueMarital Status:unknown
Contact Detail
  • ph: 5555555551
  • ph: 5555555552
  • ph: 5555555553
  • ph: 5555555554
  • ph: 5555555555(Home)
  • ph: 5555555556(Work)
  • GXXX@example.com.com
  • fax: 5555555557
  • 123 Main Street PITTSBURGH PA 15239
  • 456 Murray Avenue PITTSBURGH PA 15217
Language:English (preferred)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "Patient2",
  "meta": {
    "lastUpdated": "2020-10-30T09:48:01.8512764-04:00",
    "profile": [
      "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.2.0"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "version": "5.0.0",
            "code": "MB",
            "display": "Member Number"
          }
        ],
        "text": "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
      },
      "system": "https://www.example.com/fhir/memberidentifier",
      "value": "88800933501",
      "assigner": {
        "reference": "Organization/Payer2",
        "display": "UPMC Health Plan"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Test",
      "given": [
        "Member 01"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "5555555551",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "5555555552",
      "rank": 2
    },
    {
      "system": "phone",
      "value": "5555555553",
      "rank": 3
    },
    {
      "system": "phone",
      "value": "5555555554",
      "rank": 4
    },
    {
      "system": "phone",
      "value": "5555555555",
      "use": "home",
      "rank": 5
    },
    {
      "system": "phone",
      "value": "5555555556",
      "use": "work",
      "rank": 6
    },
    {
      "system": "email",
      "value": "GXXX@example.com.com",
      "rank": 7
    },
    {
      "system": "fax",
      "value": "5555555557",
      "rank": 8
    }
  ],
  "gender": "male",
  "birthDate": "1943-01-01",
  "address": [
    {
      "type": "physical",
      "line": [
        "123 Main Street"
      ],
      "city": "PITTSBURGH",
      "state": "PA",
      "postalCode": "15239"
    },
    {
      "type": "physical",
      "line": [
        "456 Murray Avenue"
      ],
      "city": "PITTSBURGH",
      "state": "PA",
      "postalCode": "15217"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ],
    "text": "unknown"
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ],
        "text": "English"
      },
      "preferred": true
    }
  ],
  "managingOrganization": {
    "reference": "Organization/Payer2",
    "display": "UPMC Health Plan"
  }
}