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

FHIR IG analytics

Packageeng.fhir.profile.dev
Resource TypeHealthcareService
IdEsempio_HealthcareService_PNT.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "HealthcareService",
  "id": "POD.1d21e9e6-ed89-4105-9815-f1f8b9d4a53a",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/HealthcareService"
    ]
  },
  "active": true,
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "code": "8",
          "display": "Counselling"
        },
        {
          "system": "https://terminology.pnt.gov/CodeSystem/ambito-telemedicina",
          "code": "TV",
          "display": "Televisita"
        }
      ]
    }
  ],
  "characteristic": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/service-mode",
          "code": "videoconference"
        }
      ]
    }
  ],
  "appointmentRequired": false
}