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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypePatient
IdPatient-example-patient-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "example-patient-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/patient-ca-core"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "JHN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Jurisdictional Health Number"
          }
        ]
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-jhn",
      "value": "1234567890"
    },
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://hospital.ca/mrn",
      "value": "MRN12345"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Tremblay",
      "given": [
        "Marie",
        "Élise"
      ],
      "period": {
        "start": "2015-01-01"
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "613-555-1234",
      "use": "home"
    },
    {
      "system": "email",
      "value": "marie.tremblay@example.ca"
    }
  ],
  "gender": "female",
  "birthDate": "1985-08-15",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
        "valueDateTime": "1985-08-15T07:45:00-05:00"
      }
    ]
  },
  "address": [
    {
      "use": "home",
      "line": [
        "123 Rue Sainte-Catherine"
      ],
      "city": "Montreal",
      "postalCode": "H2X 3X5",
      "state": "QC",
      "country": "CAN",
      "period": {
        "start": "2015-01-01"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "fr"
          }
        ],
        "text": "French"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/example-organization-ca-core"
  }
}