FHIR Implementation Guide for Stroke
1.0.0 - ballot

FHIR Implementation Guide for Stroke - Compilação de desenvolvimento local (v1.0.0) construída pelas ferramentas de compilação FHIR (HL7® FHIR® Standard). Veja o Diretório de versões publicadas

: Healthcare Facility - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "example-strokeorganization",
  "meta" : {
    "lastUpdated" : "2024-01-11T14:10:06-03:00",
    "profile" : [
      🔗 "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/StrokeOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Organization example-strokeorganization</b></p><a name=\"example-strokeorganization\"> </a><a name=\"hcexample-strokeorganization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Última atualização: 2024-01-11 14:10:06-0300</p><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-StrokeOrganization.html\">Healthcare Facility based on the Brazilian RNDS</a></p></div><p><b>identifier</b>: <code>http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnes</code>/67890, <code>http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnpj</code>/00123456000101</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Códigos:\">Hospital</span></p><p><b>name</b>: Hospital Referência em AVC</p><p><b>alias</b>: HRAVC</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnes",
      "value" : "67890"
    },
    {
      "system" : "http://rnds.saude.gov.br/fhir/r4/NamingSystem/cnpj",
      "value" : "00123456000101"
    }
  ],
  "active" : true,
  "type" : [
    {
      "text" : "Hospital"
    }
  ],
  "name" : "Hospital Referência em AVC",
  "alias" : [
    "HRAVC"
  ]
}