@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-generate-mrn"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: OperationDefinition patient-generate-mrn

URL: [base]/Patient/$mrn

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Identifier

Returns text representataion of Medical Record Number.

\n
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://fhir.ee/mpi/OperationDefinition/patient-generate-mrn"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.3.0"] ; # fhir:name [ fhir:v "EEMPIPatientGenerateMRN"] ; # fhir:title [ fhir:v "Generate Medical Record Number"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-05-26T10:49:30+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "TEHIK"] ; # fhir:contact ( [ fhir:name [ fhir:v "TEHIK" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://tehik.ee" ] ] ) ] ) ; # fhir:description [ fhir:v "Generate the new unique Medical Record Number may be used for unknown/anonymous patient's identification."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EE" ] ; fhir:display [ fhir:v "Estonia" ] ] ) ] ) ; # fhir:affectsState [ fhir:v false] ; # fhir:code [ fhir:v "mrn"] ; # fhir:resource ( [ fhir:v "Patient"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v true] ; # fhir:instance [ fhir:v false] ; # fhir:parameter ( [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Returns text representataion of Medical Record Number." ] ; fhir:type [ fhir:v "Identifier" ] ] ) . # # -------------------------------------------------------------------------------------