| Package | hl7.fhir.rdsuwearme |
| Resource Type | StructureDefinition |
| Id | uwearme-person-patient |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=hl7.fhir.rdsuwearme@1.0.1&canonical=https://rdsuwearme.org/fhir/r4/StructureDefinition/PersonPatient |
| URL | https://rdsuwearme.org/fhir/r4/StructureDefinition/PersonPatient |
| Version | 1.0 |
| Status | draft |
| Date | 2022-05-29T02:54:06.0680907+00:00 |
| Name | PersonPatient |
| Title | UWearMe Patiente |
| Realm | rdsuwearme |
| Authority | hl7 |
| Description | UWearMe Patiente |
| Type | Patient |
| Kind | resource |
No resources found
| StructureDefinition | |
| PatientCategory | Categoria do Paciente |
Note: links and images are rebased to the (stated) source
{
"resourceType": "StructureDefinition",
"id": "uwearme-person-patient",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://rdsuwearme.org/fhir/r4/StructureDefinition/PersonPatient",
"version": "1.0",
"name": "PersonPatient",
"title": "UWearMe Patiente",
"status": "draft",
"date": "2022-05-29T02:54:06.0680907+00:00",
"publisher": "UWearMe",
"description": "UWearMe Patiente",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Patient",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Patient.extension",
"path": "Patient.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "openAtEnd"
},
"min": 1
},
{
"id": "Patient.extension:Category",
"path": "Patient.extension",
"sliceName": "Category",
"short": "Categoria do Paciente",
"definition": "Extensão que representa a categoria do paciente quanto ao serviço de assinatura com a UWearMe",
"min": 1,
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"https://rdsuwearme.org/fhir/r4/StructureDefinition/PatientCategory"
]
}
],
"isModifier": false
},
{
"id": "Patient.identifier",
"path": "Patient.identifier",
"short": "Identificação do indivíduo",
"min": 1
},
{
"id": "Patient.identifier.system",
"path": "Patient.identifier.system",
"min": 1
},
{
"id": "Patient.identifier.value",
"path": "Patient.identifier.value",
"min": 1
},
{
"id": "Patient.name",
"path": "Patient.name",
"short": "Nome associado ao indivíduo",
"min": 1
},
{
"id": "Patient.name.use",
"path": "Patient.name.use",
"min": 1
},
{
"id": "Patient.name.family",
"path": "Patient.name.family",
"min": 1
},
{
"id": "Patient.name.given",
"path": "Patient.name.given",
"min": 1
},
{
"id": "Patient.telecom",
"path": "Patient.telecom",
"short": "Informações do(s) meio(s) de contato com o paciente"
},
{
"id": "Patient.telecom.system",
"path": "Patient.telecom.system",
"definition": "Forma de comunicação"
},
{
"id": "Patient.telecom.value",
"path": "Patient.telecom.value",
"definition": "O detalhe de contato do indivíduo, ex.: número de telefone, endereço de email."
},
{
"id": "Patient.telecom.use",
"path": "Patient.telecom.use",
"definition": "Identifica o propósito do contato"
},
{
"id": "Patient.gender",
"path": "Patient.gender",
"short": "Sexo do indivíduo",
"definition": "male: masculino. female: feminino. unknown: ignorado. other: outros",
"min": 1
},
{
"id": "Patient.birthDate",
"path": "Patient.birthDate",
"short": "Data de nascimento do indivíduo",
"min": 1
},
{
"id": "Patient.address",
"path": "Patient.address",
"short": "Endereço do indivíduo",
"definition": "Dados do(s) endereço(s) onde o indivíduo pode ser localizado."
},
{
"id": "Patient.address.use",
"path": "Patient.address.use",
"definition": "home: endereço residencial atual. work: endereço comercial ou de trabalho atual. temp: endereço temporário, como um hotel, a casa de amigos ou familiares, uma instalação/edificação provisória, etc. old: endereço anterior.",
"min": 1
},
{
"id": "Patient.address.type",
"path": "Patient.address.type",
"definition": "physical: um endereço físico de um edificação ou espaço geográfico real, como de uma casa, prédio, loja, galpão, lote, etc. postal: um endereço virtual, como de uma Caixa Postal ou serviço de logística de mercadorias, p.ex.",
"min": 1
},
{
"id": "Patient.address.line",
"path": "Patient.address.line",
"short": "Logradouro do endereço",
"min": 1
},
{
"id": "Patient.address.city",
"path": "Patient.address.city",
"short": "Município do endereço.",
"min": 1
},
{
"id": "Patient.address.state",
"path": "Patient.address.state",
"definition": "Unidade Federativa (estados ou Distrito Federal) do endereço.",
"min": 1
},
{
"id": "Patient.address.postalCode",
"path": "Patient.address.postalCode",
"definition": "Código de Endereçamento Postal. Utilizar a máscara XXXXX-XXXX.",
"min": 1
},
{
"id": "Patient.address.country",
"path": "Patient.address.country",
"definition": "Pais referente ao endereço do indivíduo"
}
]
}
}