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

FHIR IG analytics

Packagehl7.fhir.us.eltss
Resource TypePatient
IdPatient-patientBSJ1.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

Betsy Smith-Johnson female, DoB: 1950-11-01 ( Medical Record Number/10A3D58WH1600 (use: usual))


Active:trueMarital Status:Not married
Contact Detail
  • ph: 210-222-1111(MOBILE)
  • 111 Maple Ct, San Antonio, TX 78212
Language:US (preferred)
Contact:
  • Charles Johnson
  • Relationships:Son, Emergency Contact, Guardian
  • 100 Montana St., San Antonio, TX 78203
  • ph: (210) 222-3333
Daughter:
  • Debra Johnson
  • 333 W. Camden St., Baltimore, MD 21201
  • ph: (410) 444-5555
US Core Ethnicity Extension:
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "patientBSJ1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/eltss/StructureDefinition/Patient-eltss"
    ]
  },
  "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"
    },
    {
      "extension": [
        {
          "url": "ombCategory",
          "valueCoding": {
            "system": "urn:oid:2.16.840.1.113883.6.238",
            "code": "2186-5",
            "display": "Not Hispanic or Latino"
          }
        },
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://hl7.org/fhir/sid/us-medicare",
      "value": "10A3D58WH1600"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Betsy Smith-Johnson",
      "family": "Smith-Johnson",
      "given": [
        "Betsy"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "210-222-1111",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1950-11-01",
  "address": [
    {
      "text": "111 Maple Ct, San Antonio, TX 78212",
      "line": [
        "111 Maple Ct"
      ],
      "city": "San Antonio",
      "district": "Bexar",
      "state": "TX",
      "postalCode": "78212"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ],
    "text": "Not married"
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "SONC",
              "display": "Son"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "GUARD",
              "display": "Guardian"
            }
          ]
        }
      ],
      "name": {
        "text": "Charles Johnson",
        "family": "Johnson",
        "given": [
          "Charles"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(210) 222-3333"
        }
      ],
      "address": {
        "text": "100 Montana St., San Antonio, TX 78203"
      }
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "DAUC",
              "display": "Daughter"
            }
          ]
        }
      ],
      "name": {
        "text": "Debra Johnson",
        "family": "Johnson",
        "given": [
          "Debra"
        ]
      },
      "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"
          }
        ],
        "text": "US"
      },
      "preferred": true
    }
  ]
}