New Zealand NES IG - Local Development build (v1.4.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EnrolmentNominationResponseMessageDefinition - TTL Representation
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 -------------------------------------------------------------------
a fhir:MessageDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EnrolmentNominationResponseMessageDefinition"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageDefinition </b><a name=\"EnrolmentNominationResponseMessageDefinition\"> </a><a name=\"hcEnrolmentNominationResponseMessageDefinition\"> </a></p><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\">ResourceMessageDefinition "EnrolmentNominationResponseMessageDefinition" </p></div><p><b>url</b>: <code>http://hl7.org.nz/fhir/MessageDefinition/EnrolmentNominationResponseMessageDefinition</code></p><p><b>version</b>: 1.4.0-SNAPSHOT</p><p><b>status</b>: draft</p><p><b>date</b>: 2020-04-21</p><p><b>publisher</b>: Te Whatu Ora</p><p><b>contact</b>: Te Whatu Ora: <a href=\"mailto:mailto:integration@health.govt.nz\">mailto:integration@health.govt.nz</a></p><p><b>description</b>: Defines the message used to respond to a request for an enrolment</p><p><b>event</b>: GP Enrolment Nomination Acknowledgement (Details: NES Event Type code FLS_ENROLMENT_NOMINATION_ACK = ' GP Enrolment Nomination Acknowledgement ', stated as ' null ')</p><h3>Focus</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Profile</b></td><td><b>Min</b></td><td><b>Max</b></td></tr><tr><td style=\"display: none\">*</td><td>OperationOutcome</td><td><a href=\"StructureDefinition-EnrolmentNominationResponse.html\">EnrolmentNominationResponse</a></td><td>1</td><td>1</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/MessageDefinition/EnrolmentNominationResponseMessageDefinition"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.4.0-SNAPSHOT"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2020-04-21"^^xsd:date] ; #
fhir:publisher [ fhir:v "Te Whatu Ora"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:integration@health.govt.nz" ] ] )
] ) ; #
fhir:description [ fhir:v "Defines the message used to respond to a request for an enrolment"] ; #
fhir:event [
a fhir:Coding ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nes-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "FLS_ENROLMENT_NOMINATION_ACK" ]
] ; #
fhir:focus ( [
fhir:code [ fhir:v "OperationOutcome" ] ;
fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/EnrolmentNominationResponse> ] ;
fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:max [ fhir:v "1" ]
] ) . #