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

FHIR IG analytics

Packagehl7.fhir.us.pacio-pfe
Resource TypePatient
IdPatient-PFEIG-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

Generated Narrative: Patient PFEIG-patientBSJ1

Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)


Active:trueMarital Status:unmarried
Contact Detail
  • ph: 210-222-1111(Mobile)
  • 111 Maple Ct, San Antonio, TX 78212
Language:English (preferred)
Contact:
  • Charles Johnson
  • 100 Montana St., San Antonio, TX 78203
  • ph: (210) 222-3333
Links:

Source1

{
  "resourceType": "Patient",
  "id": "PFEIG-patientBSJ1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
    ]
  },
  "language": "en",
  "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",
  "address": [
    {
      "text": "111 Maple Ct, San Antonio, TX 78212"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U"
      }
    ]
  },
  "contact": [
    {
      "name": {
        "text": "Charles Johnson"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(210) 222-3333"
        }
      ],
      "address": {
        "text": "100 Montana St., San Antonio, TX 78203"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en"
          }
        ]
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/PFEIG-Practitioner-JohnSmith"
    }
  ]
}