FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.rdsuwearme
Resource TypeCodeSystem
IdCodeSystem-PatientCotegory.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Categoria do Paciente

https://rdsuwearme.org/fhir/r4/CodeSystem/PatientCategory


Source1

{
  "resourceType": "CodeSystem",
  "id": "uwearme-patient-category-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://rdsuwearme.org/fhir/r4/CodeSystem/PatientCategory",
  "identifier": {
    "value": "PatientTaxSituation",
    "system": "https://rdsuwearme.org/fhir/r4/identifiers/codesystems"
  },
  "version": "1.0",
  "name": "PatientCategory",
  "title": "Categoria do Paciente",
  "status": "draft",
  "experimental": true,
  "date": "2022-05-28T18:55:54.7979899+00:00",
  "publisher": "UWearMe",
  "contact": [
    {
      "name": "Jailton Paiva",
      "telecom": [
        {
          "system": "email",
          "value": "jailton.paiva@lais.huol.ufrn.br"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "valueSet": "https://rdsuwearme.org/fhir/r4/ValueSet/PatientCategory",
  "compositional": false,
  "versionNeeded": false,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "N",
      "display": "NORMAL",
      "definition": "Paciente não paga"
    },
    {
      "code": "G",
      "display": "OURO",
      "definition": "paciente paga US$ 8 por mês"
    },
    {
      "code": "P",
      "display": "PLATINUM",
      "definition": "paciente paga US$ 28 por mês"
    },
    {
      "code": "F",
      "display": "FAMÍLIA",
      "definition": "paciente paga US$ 35 por mês, até 4 pessoas"
    }
  ]
}