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

FHIR IG analytics

Packagefhir.nl.gf
Resource TypeHealthcareService
IdHealthcareService-ad2-hs2.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

Generated Narrative: HealthcareService ad2-hs2

identifier: https://cp2-test.example.org/services/c79125e5-739f-4238-959c-cd5872518c1f

active: true

providedBy: Organization example Hospital

type: Consultation

specialty: Medisch specialisten, neurochirurgie, Neurochirurg

name: Neurochirurgie


Source1

{
  "resourceType": "HealthcareService",
  "id": "ad2-hs2",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-healthcareservice"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://cp2-test.example.org/services",
      "value": "c79125e5-739f-4238-959c-cd5872518c1f",
      "assigner": {
        "identifier": {
          "type": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                "code": "author"
              }
            ]
          },
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222"
        }
      }
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/ad2-o1"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "11429006",
          "display": "Consultation"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0308",
          "display": "Medisch specialisten, neurochirurgie"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
          "code": "01.025",
          "display": "Neurochirurg"
        }
      ]
    }
  ],
  "name": "Neurochirurgie"
}