This page is part of the Personal Health Device FHIR IG (v0.1.0: STU 1 Draft) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Phd Patient JSON Example

An example patient resource using XDSb type enterprise and patient identifier with optionak name data is shown below.

{
	"resourceType": "Patient",
	"id": "sisansarahId-1.2.3.4.5.6.7.8.10",
	"meta": {
		"profile": "placeholder/phdPatient"
	},
	"identifier": [{
		"type": {
			"coding": [{
				"system": "http://hl7.org/fhir/v2/0203",
				"code": "MR"
			}]
		},
		"system": "urn:oid:1.2.3.4.5.6.7.8.10",
		"value": "sisansarahId"
	}],
	"name": [{
		"family": "Longstrump",
		"given": ["Sisansarah",
		"Lorianthah"]
	}
}