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

FHIR IG analytics

Packagehl7.fhir.us.pacio-toc
Resource TypePatient
IdPatient-Example-Smith-Johnson-Patient1.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 Example-Smith-Johnson-Patient1

Last updated: 2021-03-29 14:25:34-0500; Language: en-US

Profile: US Core Patient Profileversion: null8.0.1)

Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)


Active:trueMarital Status:unknown
Other Id:Medical Record Number/1032702 (use: usual, )
Contact Detail
  • ph: 555-555-5555(Home)
  • ph: (410) 444-5555
  • 111 Maple Ct, Grand Rapids, MI 49503
Language:English (preferred)
son:
  • Charles Johnson
  • 111 Maple Ct, Grand Rapids, MI 49503
  • ph: (210) 222-3333
daughter:
  • Debra Johnson
  • 333 W. Camden St., Baltimore, MD 21201
  • ph: (410) 444-5555
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "Example-Smith-Johnson-Patient1",
  "meta": {
    "lastUpdated": "2021-03-29T14:25:34.001-05:00",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|8.0.1"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2106-3",
            "display": "White"
          }
        },
        {
          "url": "text",
          "valueString": "White"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ],
        "text": "Medical Record Number"
      },
      "system": "http://hospital.example.org",
      "value": "1032702"
    },
    {
      "system": "http://hl7.org/fhir/sid/us-medicare",
      "value": "10A3D58WH1600"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Smith-Johnson, Betsy",
      "family": "Smith-Johnson",
      "given": [
        "Betsy"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(410) 444-5555"
    }
  ],
  "gender": "female",
  "birthDate": "1958-11-01",
  "address": [
    {
      "text": "111 Maple Ct, Grand Rapids, MI 49503",
      "line": [
        "111 Maple Ct"
      ],
      "city": "Grand Rapids",
      "state": "MI",
      "postalCode": "49503",
      "country": "US",
      "period": {
        "start": "2016-12-06"
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "SONC"
            }
          ]
        }
      ],
      "name": {
        "text": "Charles Johnson"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(210) 222-3333"
        }
      ],
      "address": {
        "text": "111 Maple Ct, Grand Rapids, MI 49503"
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "DAUC"
            }
          ]
        }
      ],
      "name": {
        "text": "Debra Johnson"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(410) 444-5555"
        }
      ],
      "address": {
        "text": "333 W. Camden St., Baltimore, MD 21201"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ]
      },
      "preferred": true
    }
  ]
}