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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pdex
Resource TypePatient
IdPatient-1-2.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 1-2

Last updated: 2019-07-07 13:26:22+0000; Language: en-US

Profile: US Core Patient Profile

Johnny Appleseed Male, DoB: 1986-01-01 ( Member Number)


Active:trueMarital Status:unknown
Other Ids:
  • Medical record number/1234-234-1243-12345678901m
  • Health Plan Identifier/1234-234-1243-12345678901u
  • Patient external identifier/1234-234-1243-12345678901a
Contact Detail
  • ph: (443)555-1212
  • ph: (410)678-2323
  • 123 Main Street Pittsburgh PA 12519

Source1

{
  "resourceType": "Patient",
  "id": "1-2",
  "meta": {
    "lastUpdated": "2019-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "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": "https://www.xxxhealthplan.com/fhir/memberidentifier#1234-234-1243-12345678901"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://www.xxxhealthplan.com/fhir/medicalrecordnumber",
      "value": "1234-234-1243-12345678901m"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XV"
          }
        ]
      },
      "system": "https://www.xxxhealthplan.com/fhir/uniquememberidentifier",
      "value": "1234-234-1243-12345678901u"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PT"
          }
        ]
      },
      "system": "https://www.xxxhealthplan.com/fhir/patacctnum",
      "value": "1234-234-1243-12345678901a"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Appleseed",
      "given": [
        "Johnny"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(443)555-1212",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "(410)678-2323",
      "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"
      }
    ]
  }
}