FHIR IG Statistics: ValueSet/BRCaraterAtendimentoMIRA
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Last updated: 2023-04-13 13:17:22+0000; Language: pt-BR
- Include these codes as defined in
http://hl7.org/fhir/request-priority
Code | Display | Definition | Portuguese (Brazil) (pt) |
routine | Routine | The request has normal priority. | Eletivo |
urgent | Urgent | The request should be actioned promptly - higher priority than routine. | Urgência |
Source
{
"resourceType": "ValueSet",
"id": "BRCaraterAtendimentoMIRA",
"meta": {
"lastUpdated": "2023-04-13T13:17:22.715+00:00"
},
"language": "pt-BR",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.saude.gov.br/fhir/r4/ValueSet/BRCaraterAtendimentoMIRA",
"version": "0.2.4",
"name": "Caráter de Atendimento no MIRA",
"status": "active",
"experimental": false,
"date": "2023-04-13T13:17:18.5012669+00:00",
"publisher": "CGIS",
"contact": [
{
"name": "CGIS",
"telecom": [
{
"system": "url",
"value": "https://cgis.ufg.br/"
},
{
"system": "email",
"value": "fabio@inf.ufg.br"
}
]
}
],
"description": "Caráter da solicitação do procedimento.",
"immutable": false,
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/request-priority",
"concept": [
{
"code": "routine",
"display": "Routine",
"designation": [
{
"language": "pt-BR",
"value": "Eletivo"
}
]
},
{
"code": "urgent",
"display": "Urgent",
"designation": [
{
"language": "pt-BR",
"value": "Urgência"
}
]
}
]
}
]
}
}