FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/StructureDefinition-specialty-Patient

Packagesurescripts.specialty
Resource TypeStructureDefinition
IdStructureDefinition-specialty-Patient
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=surescripts.specialty@1.2.0-beta&canonical=http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient
URLhttp://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient
Statusactive
NamePatient
TitlePatient
DescriptionThis profile defines the requirements for the Patient resource in a Specialty message.
Copyright2023
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
Bundle_SRxDataRequestBundle_SRxDataRequest
Bundle_SRxDataResponseBundle_SRxDataResponse
MedicationRequest_PrescriptionMedicationRequest_Prescription
MessageHeader_SRxDataRequestMessageHeader_SRxDataRequest
MessageHeader_SRxDataResponseMessageHeader_SRxDataResponse
MedicationRequest_MedicationPrescribedMedicationRequest_MedicationPrescribed

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://fhirdocs.surescripts.net/fhir/specialty/StructureDefinition/Patient",
  "name": "Patient",
  "title": "Patient",
  "status": "active",
  "publisher": "Surescripts, LLC",
  "description": "This profile defines the requirements for the Patient resource in a Specialty message.",
  "copyright": "2023",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "loinc",
      "uri": "http://loinc.org",
      "name": "LOINC code for the element"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "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",
        "path": "Patient.identifier.value",
        "min": 1
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Patient.name:officialName",
        "path": "Patient.name",
        "sliceName": "officialName",
        "min": 1,
        "max": "1",
        "fixedHumanName": {
          "use": "official"
        }
      },
      {
        "id": "Patient.name:officialName.use",
        "path": "Patient.name.use",
        "min": 1,
        "fixedCode": "official"
      },
      {
        "id": "Patient.name:officialName.family",
        "path": "Patient.name.family",
        "min": 1
      },
      {
        "id": "Patient.name:officialName.given",
        "path": "Patient.name.given",
        "min": 1
      },
      {
        "id": "Patient.telecom",
        "path": "Patient.telecom",
        "mustSupport": true
      },
      {
        "id": "Patient.telecom.system",
        "path": "Patient.telecom.system",
        "min": 1
      },
      {
        "id": "Patient.telecom.value",
        "path": "Patient.telecom.value",
        "min": 1
      },
      {
        "id": "Patient.telecom.use",
        "path": "Patient.telecom.use",
        "mustSupport": true
      },
      {
        "id": "Patient.gender",
        "path": "Patient.gender",
        "min": 1
      },
      {
        "id": "Patient.birthDate",
        "path": "Patient.birthDate",
        "min": 1
      },
      {
        "id": "Patient.address",
        "path": "Patient.address",
        "min": 1
      },
      {
        "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
      }
    ]
  }
}