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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypePatient
IdPS-CA BC Patient Example V1.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

Patient

Name: Greta Wiebe

DOB: 1935-03-09

Gender: Female

Address: 2044 Martin Crescent, Duncan, BC, V9L 3G5, Canada

Identifiers: [9892651498]


Source1

{
  "resourceType": "Patient",
  "id": "PatientPSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "code": "F",
                "display": "Female"
              }
            ]
          }
        }
      ]
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
      "valueBoolean": true
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id",
      "value": "9892651498",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN"
          }
        ]
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Wiebe",
      "given": [
        "Greta"
      ]
    },
    {
      "use": "nickname",
      "given": [
        "Greta"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1935-03-09",
  "telecom": [
    {
      "system": "phone",
      "value": "(25) 0597 1234",
      "use": "mobile",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "(60) 4859 8791",
      "use": "home",
      "rank": 2
    },
    {
      "system": "email",
      "value": "gretawiebe@email.com",
      "use": "home"
    }
  ],
  "address": [
    {
      "line": [
        "2044 Martin Crescent"
      ],
      "city": "Duncan",
      "state": "BC",
      "postalCode": "V9L 3G5",
      "country": "Canada"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47#en",
            "code": "en",
            "display": "English"
          }
        ],
        "text": "English"
      },
      "preferred": true
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "72705000",
              "display": "Mother"
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N"
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "MTH"
            }
          ]
        }
      ],
      "name": {
        "use": "maiden",
        "family": "Toewes",
        "given": [
          "Jennifer"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+250-425-4242",
          "use": "mobile"
        }
      ]
    }
  ]
}