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

FHIR IG analytics

Packagehl7.fhir.us.pacio-rt
Resource TypePatient
IdPatient-RT-Patient-BSJ.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 ( id: 10A3D58WH1600)


Active:trueMarital Status:unmarried
Contact Details:
  • ph: 210-222-1111(MOBILE)
  • 111 Maple Ct, San Antonio, TX 78212
Language:English (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
Links:

Source1

{
  "resourceType": "Patient",
  "id": "RT-Patient-BSJ",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/identifiers/patient",
      "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"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "SONC"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C"
            }
          ]
        },
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "GUARD"
            }
          ]
        }
      ],
      "name": {
        "text": "Charles Johnson"
      },
      "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"
            }
          ]
        }
      ],
      "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"
          }
        ]
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/RT-Practitioner-JohnSmith"
    }
  ]
}