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

FHIR IG analytics

Packageca.qc.sq.sgrdv
Resource TypePatient
IdPatient-sgrdv-book-example-patient.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": "sgrdv-book-example-patient",
  "meta": {
    "profile": [
      "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-book-patient"
    ]
  },
  "extension": [
    {
      "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-birth-gender",
      "valueCode": "female"
    },
    {
      "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-patient-admis-gap",
      "valueInteger": 1
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ]
      },
      "system": "http://sante.quebec/fhir/NamingSystem/RAMQ",
      "value": "TREM12345678"
    }
  ],
  "name": [
    {
      "given": [
        "Sophie"
      ],
      "family": "Tremblay"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "514-555-0101",
      "rank": 1
    },
    {
      "system": "sms",
      "value": "514-555-0101",
      "rank": 1
    }
  ],
  "birthDate": "1985-04-12"
}