MyHealth@Eu NCPeH API
10.0.0-ci - ci-build 150

MyHealth@Eu NCPeH API - Local Development build (v10.0.0-ci) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Responding NCP - TTL Representation

Active as of 2026-09-01

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/RespondingNCP> a fhir:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "RespondingNCP"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition RespondingNCP</b></p><a name=\"RespondingNCP\"> </a><a name=\"hcRespondingNCP\"> </a><table class=\"grid\"><tr><td><b>Actor: RespondingNCP </b></td><td>Responding NCP</td><td>Type: system </td></tr><tr><td colspan=\"3\"/></tr></table></div>"
  ] ;
  fhir:ActorDefinition.url [ fhir:value "http://fhir.ehdsi.eu/ncp-api/ActorDefinition/RespondingNCP"] ;
  fhir:ActorDefinition.version [ fhir:value "10.0.0-ci"] ;
  fhir:ActorDefinition.name [ fhir:value "RespondingNCP"] ;
  fhir:ActorDefinition.title [ fhir:value "Responding NCP"] ;
  fhir:ActorDefinition.status [ fhir:value "active"] ;
  fhir:ActorDefinition.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ActorDefinition.date [ fhir:value "2026-09-01T06:46:14+00:00"^^xsd:dateTime] ;
  fhir:ActorDefinition.publisher [ fhir:value "MyHealthEu"] ;
  fhir:ActorDefinition.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "MyHealthEu" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://example.org/MyHealthEu" ]
     ]
  ] ;
  fhir:ActorDefinition.description [ fhir:value "The National Contact Point for eHealth (NCP) node that receives and processes cross-border FHIR requests, acting as a FHIR server on behalf of the National Infrastructure."] ;
  fhir:ActorDefinition.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "150" ] ;
       fhir:Coding.display [ fhir:value "Europe" ]
     ]
  ] ;
  fhir:ActorDefinition.type [ fhir:value "system"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ActorDefinition/RespondingNCP.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ActorDefinition/RespondingNCP.ttl> .