FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | CodeSystem |
| Id | CodeSystem-cardioremoto-referral-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/clauirton/CardioRemotoIG/CodeSystem-cardioremoto-referral-type.html |
| URL | http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-07-17T13:36:16+00:00 |
| Name | CardioRemotoReferralType |
| Title | Tipo de encaminhamento |
| Realm | uv |
| Description | Destino de encaminhamento. |
| Content | complete |
| ValueSet | ||
| br.ufpb.cardioremoto#current | cardioremoto-referral-type-vs | Tipo de encaminhamento |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cardioremoto-referral-type
This case-sensitive code system http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type defines the following codes:
| Code | Display |
| primary-care | Atenção Primária |
| specialist | Especialista |
| emergency | Emergência |
| hospital | Hospital |
{
"resourceType": "CodeSystem",
"id": "cardioremoto-referral-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type",
"version": "0.1.0",
"name": "CardioRemotoReferralType",
"title": "Tipo de encaminhamento",
"status": "active",
"experimental": false,
"date": "2026-07-17T13:36:16+00:00",
"publisher": "Universidade Federal da Paraíba (UFPB)",
"contact": [
{
"name": "Universidade Federal da Paraíba (UFPB)",
"telecom": [
{
"system": "url",
"value": "https://www.ufpb.br"
},
{
"system": "email",
"value": "clauirton@ci.ufpb.br"
}
]
}
],
"description": "Destino de encaminhamento.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 4,
"concept": [
{
"code": "primary-care",
"display": "Atenção Primária"
},
{
"code": "specialist",
"display": "Especialista"
},
{
"code": "emergency",
"display": "Emergência"
},
{
"code": "hospital",
"display": "Hospital"
}
]
}