{ "description": "This profile defines the requirements for the Patient resource in a Specialty message.", "_filename": "StructureDefinition-specialty-Patient.json", "package_name": "surescripts.specialty", "date": null, "derivation": "constraint", "publisher": "Surescripts, LLC", "fhirVersion": "4.0.1", "name": "Patient", "mapping": [ { "uri": "http://hl7.org/v3", "name": "RIM Mapping", "identity": "rim" }, { "uri": "http://hl7.org/v3/cda", "name": "CDA (R2)", "identity": "cda" }, { "uri": "http://hl7.org/fhir/fivews", "name": "FiveWs Pattern Mapping", "identity": "w5" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2 Mapping", "identity": "v2" }, { "uri": "http://loinc.org", "name": "LOINC code for the element", "identity": "loinc" } ], "abstract": false, "copyright": "2023", "type": "Patient", "experimental": null, "resourceType": "StructureDefinition", "title": "Patient", "package_version": "1.2.0-beta", "status": "active", "id": "c1908a10-2362-4146-b2fb-50bd957d7353", "kind": "resource", "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient", "version": null, "differential": { "element": [ { "id": "Patient.identifier", "path": "Patient.identifier", "comment": "A medical record number will be identified in the Patient.identifyer.type, as follows:\r\n1. system: “http://terminology.hl7.org/CodeSystem/v2-0203”\r\n2. code: “MR”", "mustSupport": true }, { "id": "Patient.identifier.value", "min": 1, "path": "Patient.identifier.value" }, { "id": "Patient.name", "min": 1, "path": "Patient.name", "slicing": { "rules": "open", "discriminator": [ { "path": "$this", "type": "pattern" } ] } }, { "id": "Patient.name:officialName", "max": "1", "min": 1, "path": "Patient.name", "sliceName": "officialName", "fixedHumanName": { "use": "official" } }, { "id": "Patient.name:officialName.use", "min": 1, "path": "Patient.name.use", "fixedCode": "official" }, { "id": "Patient.name:officialName.family", "min": 1, "path": "Patient.name.family" }, { "id": "Patient.name:officialName.given", "min": 1, "path": "Patient.name.given" }, { "id": "Patient.telecom", "path": "Patient.telecom", "mustSupport": true }, { "id": "Patient.telecom.system", "min": 1, "path": "Patient.telecom.system" }, { "id": "Patient.telecom.value", "min": 1, "path": "Patient.telecom.value" }, { "id": "Patient.telecom.use", "path": "Patient.telecom.use", "mustSupport": true }, { "id": "Patient.gender", "min": 1, "path": "Patient.gender" }, { "id": "Patient.birthDate", "min": 1, "path": "Patient.birthDate" }, { "id": "Patient.address", "min": 1, "path": "Patient.address" }, { "id": "Patient.address.line", "path": "Patient.address.line", "mustSupport": true }, { "id": "Patient.address.city", "path": "Patient.address.city", "mustSupport": true }, { "id": "Patient.address.state", "path": "Patient.address.state", "mustSupport": true }, { "id": "Patient.address.postalCode", "path": "Patient.address.postalCode", "mustSupport": true }, { "id": "Patient.communication", "path": "Patient.communication", "mustSupport": true }, { "id": "Patient.communication.language", "path": "Patient.communication.language", "mustSupport": true } ] }, "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient" }