Patient

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Columns

Header row
# path type required description
0 resourceType string * Resource type identifier. Must be string "Patient"
1 integer * Number of subrows
2 id string * Logical id of this artifact
3 active boolean Whether this patient's record is in active use
4 gender code male | female | other | unknown
5 birthDate date The date of birth for the individual
deceased[x] Indicates if the individual is deceased or not
6 deceasedBoolean boolean
7 deceasedDateTime dateTime
maritalStatus CodeableConcept Marital (civil) status of a patient
maritalStatus.coding Coding Code defined by a terminology system
8 maritalStatus.coding.system uri Identity of the terminology system
9 maritalStatus.coding.version string Version of the system - if relevant
10 maritalStatus.coding.code code Symbol in syntax defined by the system
11 maritalStatus.coding.display string Representation defined by the system
12 maritalStatus.coding.userSelected boolean If this coding was chosen directly by the user
13 maritalStatus.text string Plain text representation of the concept
multipleBirth[x] Whether patient is part of a multiple birth
14 multipleBirthBoolean boolean
15 multipleBirthInteger integer
managingOrganization Reference Organization that is the custodian of the patient record
16 managingOrganization.reference string Literal reference, Relative, internal or absolute URL
17 managingOrganization.type uri Type the reference refers to (e.g. "Patient")
managingOrganization.identifier Identifier Logical reference, when literal reference is not known
18 managingOrganization.identifier.use code usual | official | temp | secondary | old (If known)
managingOrganization.identifier.type CodeableConcept Description of identifier
managingOrganization.identifier.type.coding Coding Code defined by a terminology system
19 managingOrganization.identifier.type.coding.system uri Identity of the terminology system
20 managingOrganization.identifier.type.coding.version string Version of the system - if relevant
21 managingOrganization.identifier.type.coding.code code Symbol in syntax defined by the system
22 managingOrganization.identifier.type.coding.display string Representation defined by the system
23 managingOrganization.identifier.type.coding.userSelected boolean If this coding was chosen directly by the user
24 managingOrganization.identifier.type.text string Plain text representation of the concept
25 managingOrganization.identifier.system uri The namespace for the identifier value
26 managingOrganization.identifier.value string The value that is unique
managingOrganization.identifier.period Period Time period when id is/was valid for use
27 managingOrganization.identifier.period.start dateTime Starting time with inclusive boundary
28 managingOrganization.identifier.period.end dateTime End time with inclusive boundary, if not ongoing
29 managingOrganization.display string Text alternative for the resource
Row identifier
# path type required description
0 string * Subrow identifier. Must be string "identifier"
identifier Identifier An identifier for this patient
1 identifier.use code usual | official | temp | secondary | old (If known)
identifier.type CodeableConcept Description of identifier
identifier.type.coding Coding Code defined by a terminology system
2 identifier.type.coding.system uri Identity of the terminology system
3 identifier.type.coding.version string Version of the system - if relevant
4 identifier.type.coding.code code Symbol in syntax defined by the system
5 identifier.type.coding.display string Representation defined by the system
6 identifier.type.coding.userSelected boolean If this coding was chosen directly by the user
7 identifier.type.text string Plain text representation of the concept
8 identifier.system uri The namespace for the identifier value
9 identifier.value string The value that is unique
identifier.period Period Time period when id is/was valid for use
10 identifier.period.start dateTime Starting time with inclusive boundary
11 identifier.period.end dateTime End time with inclusive boundary, if not ongoing
Row name
# path type required description
0 string * Subrow identifier. Must be string "name"
name HumanName A name associated with the patient
1 name.use code usual | official | temp | nickname | anonymous | old | maiden
2 name.text string Text representation of the full name
3 name.family string Family name (often called 'Surname')
4 name.given string Given names (not always 'first'). Includes middle names
5 name.prefix string Parts that come before the name
6 name.suffix string Parts that come after the name
name.period Period Time period when name was/is in use
7 name.period.start dateTime Starting time with inclusive boundary
8 name.period.end dateTime End time with inclusive boundary, if not ongoing
Row telecom
# path type required description
0 string * Subrow identifier. Must be string "telecom"
telecom ContactPoint A contact detail for the individual
1 telecom.system code phone | fax | email | pager | url | sms | other
2 telecom.value string The actual contact point details
3 telecom.use code home | work | temp | old | mobile - purpose of this contact point
4 telecom.rank positiveInt Specify preferred order of use (1 = highest)
telecom.period Period Time period when the contact point was/is in use
5 telecom.period.start dateTime Starting time with inclusive boundary
6 telecom.period.end dateTime End time with inclusive boundary, if not ongoing
Row address
# path type required description
0 string * Subrow identifier. Must be string "address"
address Address An address for the individual
1 address.use code home | work | temp | old | billing - purpose of this address
2 address.type code postal | physical | both
3 address.text string Text representation of the address
4 address.line string Street name, number, direction & P.O. Box etc.
5 address.city string Name of city, town etc.
6 address.district string District name (aka county)
7 address.state string Sub-unit of country (abbreviations ok)
8 address.postalCode string Postal code for area
9 address.country string Country (e.g. can be ISO 3166 2 or 3 letter code)
address.period Period Time period when address was/is in use
10 address.period.start dateTime Starting time with inclusive boundary
11 address.period.end dateTime End time with inclusive boundary, if not ongoing
Row photo
# path type required description
0 string * Subrow identifier. Must be string "photo"
photo Attachment Image of the patient
1 photo.contentType code Mime type of the content, with charset etc.
2 photo.language code Human language of the content (BCP-47)
3 photo.data base64Binary Data inline, base64ed
4 photo.url url Uri where the data can be found
5 photo.size unsignedInt Number of bytes of content (if url provided)
6 photo.hash base64Binary Hash of the data (sha-1, base64ed)
7 photo.title string Label to display in place of the data
8 photo.creation dateTime Date attachment was first created
Row contact
# path type required description
0 string * Subrow identifier. Must be string "contact"
contact A contact party (e.g. guardian, partner, friend) for the patient
contact.relationship CodeableConcept The kind of relationship
contact.relationship.coding Coding Code defined by a terminology system
1 contact.relationship.coding.system uri Identity of the terminology system
2 contact.relationship.coding.version string Version of the system - if relevant
3 contact.relationship.coding.code code Symbol in syntax defined by the system
4 contact.relationship.coding.display string Representation defined by the system
5 contact.relationship.coding.userSelected boolean If this coding was chosen directly by the user
6 contact.relationship.text string Plain text representation of the concept
contact.name HumanName A name associated with the contact person
7 contact.name.use code usual | official | temp | nickname | anonymous | old | maiden
8 contact.name.text string Text representation of the full name
9 contact.name.family string Family name (often called 'Surname')
10 contact.name.given string Given names (not always 'first'). Includes middle names
11 contact.name.prefix string Parts that come before the name
12 contact.name.suffix string Parts that come after the name
contact.name.period Period Time period when name was/is in use
13 contact.name.period.start dateTime Starting time with inclusive boundary
14 contact.name.period.end dateTime End time with inclusive boundary, if not ongoing
contact.telecom ContactPoint A contact detail for the person
15 contact.telecom.system code phone | fax | email | pager | url | sms | other
16 contact.telecom.value string The actual contact point details
17 contact.telecom.use code home | work | temp | old | mobile - purpose of this contact point
18 contact.telecom.rank positiveInt Specify preferred order of use (1 = highest)
contact.telecom.period Period Time period when the contact point was/is in use
19 contact.telecom.period.start dateTime Starting time with inclusive boundary
20 contact.telecom.period.end dateTime End time with inclusive boundary, if not ongoing
contact.address Address Address for the contact person
21 contact.address.use code home | work | temp | old | billing - purpose of this address
22 contact.address.type code postal | physical | both
23 contact.address.text string Text representation of the address
24 contact.address.line string Street name, number, direction & P.O. Box etc.
25 contact.address.city string Name of city, town etc.
26 contact.address.district string District name (aka county)
27 contact.address.state string Sub-unit of country (abbreviations ok)
28 contact.address.postalCode string Postal code for area
29 contact.address.country string Country (e.g. can be ISO 3166 2 or 3 letter code)
contact.address.period Period Time period when address was/is in use
30 contact.address.period.start dateTime Starting time with inclusive boundary
31 contact.address.period.end dateTime End time with inclusive boundary, if not ongoing
32 contact.gender code male | female | other | unknown
contact.organization Reference Organization that is associated with the contact
33 contact.organization.reference string Literal reference, Relative, internal or absolute URL
34 contact.organization.type uri Type the reference refers to (e.g. "Patient")
contact.organization.identifier Identifier Logical reference, when literal reference is not known
35 contact.organization.identifier.use code usual | official | temp | secondary | old (If known)
contact.organization.identifier.type CodeableConcept Description of identifier
contact.organization.identifier.type.coding Coding Code defined by a terminology system
36 contact.organization.identifier.type.coding.system uri Identity of the terminology system
37 contact.organization.identifier.type.coding.version string Version of the system - if relevant
38 contact.organization.identifier.type.coding.code code Symbol in syntax defined by the system
39 contact.organization.identifier.type.coding.display string Representation defined by the system
40 contact.organization.identifier.type.coding.userSelected boolean If this coding was chosen directly by the user
41 contact.organization.identifier.type.text string Plain text representation of the concept
42 contact.organization.identifier.system uri The namespace for the identifier value
43 contact.organization.identifier.value string The value that is unique
contact.organization.identifier.period Period Time period when id is/was valid for use
44 contact.organization.identifier.period.start dateTime Starting time with inclusive boundary
45 contact.organization.identifier.period.end dateTime End time with inclusive boundary, if not ongoing
46 contact.organization.display string Text alternative for the resource
contact.period Period The period during which this contact person or organization is valid to be contacted relating to this patient
47 contact.period.start dateTime Starting time with inclusive boundary
48 contact.period.end dateTime End time with inclusive boundary, if not ongoing
Row communication
# path type required description
0 string * Subrow identifier. Must be string "communication"
communication A language which may be used to communicate with the patient about his or her health
communication.language CodeableConcept The language which can be used to communicate with the patient about his or her health
communication.language.coding Coding Code defined by a terminology system
1 communication.language.coding.system uri Identity of the terminology system
2 communication.language.coding.version string Version of the system - if relevant
3 communication.language.coding.code code Symbol in syntax defined by the system
4 communication.language.coding.display string Representation defined by the system
5 communication.language.coding.userSelected boolean If this coding was chosen directly by the user
6 communication.language.text string Plain text representation of the concept
7 communication.preferred boolean Language preference indicator
Row generalPractitioner
# path type required description
0 string * Subrow identifier. Must be string "generalPractitioner"
generalPractitioner Reference Patient's nominated primary care provider
1 generalPractitioner.reference string Literal reference, Relative, internal or absolute URL
2 generalPractitioner.type uri Type the reference refers to (e.g. "Patient")
generalPractitioner.identifier Identifier Logical reference, when literal reference is not known
3 generalPractitioner.identifier.use code usual | official | temp | secondary | old (If known)
generalPractitioner.identifier.type CodeableConcept Description of identifier
generalPractitioner.identifier.type.coding Coding Code defined by a terminology system
4 generalPractitioner.identifier.type.coding.system uri Identity of the terminology system
5 generalPractitioner.identifier.type.coding.version string Version of the system - if relevant
6 generalPractitioner.identifier.type.coding.code code Symbol in syntax defined by the system
7 generalPractitioner.identifier.type.coding.display string Representation defined by the system
8 generalPractitioner.identifier.type.coding.userSelected boolean If this coding was chosen directly by the user
9 generalPractitioner.identifier.type.text string Plain text representation of the concept
10 generalPractitioner.identifier.system uri The namespace for the identifier value
11 generalPractitioner.identifier.value string The value that is unique
generalPractitioner.identifier.period Period Time period when id is/was valid for use
12 generalPractitioner.identifier.period.start dateTime Starting time with inclusive boundary
13 generalPractitioner.identifier.period.end dateTime End time with inclusive boundary, if not ongoing
14 generalPractitioner.display string Text alternative for the resource
Row link
# path type required description
0 string * Subrow identifier. Must be string "link"
link Link to another patient resource that concerns the same actual person
link.other Reference The other patient or related person resource that the link refers to
1 link.other.reference string Literal reference, Relative, internal or absolute URL
2 link.other.type uri Type the reference refers to (e.g. "Patient")
link.other.identifier Identifier Logical reference, when literal reference is not known
3 link.other.identifier.use code usual | official | temp | secondary | old (If known)
link.other.identifier.type CodeableConcept Description of identifier
link.other.identifier.type.coding Coding Code defined by a terminology system
4 link.other.identifier.type.coding.system uri Identity of the terminology system
5 link.other.identifier.type.coding.version string Version of the system - if relevant
6 link.other.identifier.type.coding.code code Symbol in syntax defined by the system
7 link.other.identifier.type.coding.display string Representation defined by the system
8 link.other.identifier.type.coding.userSelected boolean If this coding was chosen directly by the user
9 link.other.identifier.type.text string Plain text representation of the concept
10 link.other.identifier.system uri The namespace for the identifier value
11 link.other.identifier.value string The value that is unique
link.other.identifier.period Period Time period when id is/was valid for use
12 link.other.identifier.period.start dateTime Starting time with inclusive boundary
13 link.other.identifier.period.end dateTime End time with inclusive boundary, if not ongoing
14 link.other.display string Text alternative for the resource
15 link.type code replaced-by | replaces | refer | seealso

Examples

Example #1
Input CSV
Patient,5,"pat1",true,"male",,,,,,,,,,,,"Organization/1",,,,,,,,,,,,,"ACME Healthcare, Inc"
identifier,"usual","http://terminology.hl7.org/CodeSystem/v2-0203",,"MR",,,,"urn:oid:0.1.2.3.4.5.6.7","654321",,
name,"official",,"Donald","Duck",,,,
photo,"image/gif",,"R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7",,,,,
contact,"http://terminology.hl7.org/CodeSystem/v2-0131",,"E",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"Organization/1",,,,,,,,,,,,,"Walt Disney Corporation",,
link,"Patient/pat2",,,,,,,,,,,,,,"seealso"
Resulting resource
{
  "resourceType": "Patient",
  "id": "pat1",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "654321"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Donald",
      "given": [
        "Duck"
      ]
    }
  ],
  "gender": "male",
  "photo": [
    {
      "contentType": "image/gif",
      "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "E"
            }
          ]
        }
      ],
      "organization": {
        "reference": "Organization/1",
        "display": "Walt Disney Corporation"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1",
    "display": "ACME Healthcare, Inc"
  },
  "link": [
    {
      "other": {
        "reference": "Patient/pat2"
      },
      "type": "seealso"
    }
  ]
}
Example #2
Input CSV
Patient,3,"animal",true,"female","2010-03-23",,,,,,,,,,,,,,,,,,,,,,,,"Pete's Vetinary Services"
identifier,,,,,,,"Dog Tag","http://www.maroondah.vic.gov.au/AnimalRegFees.aspx","1234123","2010-05-31",
name,"usual",,,"Kenzi",,,,
contact,"http://terminology.hl7.org/CodeSystem/v2-0131",,"C",,,,,,"Chalmers","Peter",,,,,"phone","(03) 5555 6473","work",,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Resulting resource
{
  "resourceType": "Patient",
  "id": "animal",
  "identifier": [
    {
      "type": {
        "text": "Dog Tag"
      },
      "system": "http://www.maroondah.vic.gov.au/AnimalRegFees.aspx",
      "value": "1234123",
      "period": {
        "start": "2010-05-31"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "given": [
        "Kenzi"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2010-03-23",
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C"
            }
          ]
        }
      ],
      "name": {
        "family": "Chalmers",
        "given": [
          "Peter",
          "James"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(03) 5555 6473",
          "use": "work"
        }
      ]
    }
  ],
  "managingOrganization": {
    "display": "Pete's Vetinary Services"
  }
}
Example #3
Input CSV
Patient,4,"pat2",true,"other",,,,,,,,,,,,"Organization/1",,,,,,,,,,,,,"ACME Healthcare, Inc"
identifier,"usual","http://terminology.hl7.org/CodeSystem/v2-0203",,"MR",,,,"urn:oid:0.1.2.3.4.5.6.7","123456",,
name,"official",,"Donald","Duck",,,,
photo,"image/gif",,"R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7",,,,,
link,"Patient/pat1",,,,,,,,,,,,,,"seealso"
Resulting resource
{
  "resourceType": "Patient",
  "id": "pat2",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "123456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Donald",
      "given": [
        "Duck",
        "D"
      ]
    }
  ],
  "gender": "other",
  "photo": [
    {
      "contentType": "image/gif",
      "data": "R0lGODlhEwARAPcAAAAAAAAA/+9aAO+1AP/WAP/eAP/eCP/eEP/eGP/nAP/nCP/nEP/nIf/nKf/nUv/nWv/vAP/vCP/vEP/vGP/vIf/vKf/vMf/vOf/vWv/vY//va//vjP/3c//3lP/3nP//tf//vf///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH5BAEAAAEALAAAAAATABEAAAi+AAMIDDCgYMGBCBMSvMCQ4QCFCQcwDBGCA4cLDyEGECDxAoAQHjxwyKhQAMeGIUOSJJjRpIAGDS5wCDly4AALFlYOgHlBwwOSNydM0AmzwYGjBi8IHWoTgQYORg8QIGDAwAKhESI8HIDgwQaRDI1WXXAhK9MBBzZ8/XDxQoUFZC9IiCBh6wEHGz6IbNuwQoSpWxEgyLCXL8O/gAnylNlW6AUEBRIL7Og3KwQIiCXb9HsZQoIEUzUjNEiaNMKAAAA7"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1",
    "display": "ACME Healthcare, Inc"
  },
  "link": [
    {
      "other": {
        "reference": "Patient/pat1"
      },
      "type": "seealso"
    }
  ]
}
Example #4
Input CSV
Patient,5,"ch-example",true,"male","1974-12-25",false,,,,,,,,,,"Organization/1",,,,,,,,,,,,,"上海东方医院"
identifier,"usual","http://terminology.hl7.org/CodeSystem/v2-0203",,"MR",,,,"urn:oid:1.2.36.146.595.217.0.1","3112219680806371X","2001-05-06",
name,"official","张无忌",,,,,,
telecom,,,"home",,,
telecom,"phone","18337177888","work",,,
address,"home","both",,"马当路190号","上海市","黄埔区",,"200000",,"1974-12-25",
Resulting resource
{
  "resourceType": "Patient",
  "id": "ch-example",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:1.2.36.146.595.217.0.1",
      "value": "3112219680806371X",
      "period": {
        "start": "2001-05-06"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "张无忌"
    }
  ],
  "telecom": [
    {
      "use": "home"
    },
    {
      "system": "phone",
      "value": "18337177888",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "马当路190号"
      ],
      "city": "上海市",
      "district": "黄埔区",
      "postalCode": "200000",
      "period": {
        "start": "1974-12-25"
      }
    }
  ],
  "managingOrganization": {
    "reference": "Organization/1",
    "display": "上海东方医院"
  }
}
Example #5
Input CSV
Patient,2,"pat3",true,"male","1982-01-23",,"2015-02-14T13:42:00+10:00",,,,,,,,,"Organization/1",,,,,,,,,,,,,"ACME Healthcare, Inc"
identifier,"usual","http://terminology.hl7.org/CodeSystem/v2-0203",,"MR",,,,"urn:oid:0.1.2.3.4.5.6.7","123457",,
name,"official",,"Notsowell","Simon",,,,
Resulting resource
{
  "resourceType": "Patient",
  "id": "pat3",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "123457"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Notsowell",
      "given": [
        "Simon"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1982-01-23",
  "deceasedDateTime": "2015-02-14T13:42:00+10:00",
  "managingOrganization": {
    "reference": "Organization/1",
    "display": "ACME Healthcare, Inc"
  }
}