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

FHIR IG analytics

Packagentt.healthgenig
Resource TypePatient
IdPateint11-Example.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

Johnny Example1 male, DoB: 1986-01-01 ( Member Number: 1234-234-1243-12345678901)


Active:trueMarital Status:unknown
Other Id:Unique Member ID: 1234-234-1243-12345678901u
Contact Details:
  • ph: (301)666-1212
  • 123 Main Street Pittsburgh PA 12519

Source1

{
  "resourceType": "Patient",
  "id": "Patient1",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "https://dxp/fhir/StructureDefinition/DXPPatientProfile"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB"
          }
        ]
      },
      "system": "https://www.xxxhealthplan.com/fhir/memberidentifier",
      "value": "1234-234-1243-12345678901"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
            "code": "um"
          }
        ]
      },
      "system": "https://www.xxxhealthplan.com/fhir/iniquememberidentifier",
      "value": "1234-234-1243-12345678901u"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Example11",
      "given": [
        "Johnny1"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(301)666-1212",
      "rank": 2
    }
  ],
  "gender": "male",
  "birthDate": "1986-01-01",
  "address": [
    {
      "type": "physical",
      "line": [
        "123 Main Street"
      ],
      "city": "Pittsburgh",
      "state": "PA",
      "postalCode": "12519"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  }
}