1.5.0 - ci-build

DiagnosticReportIG - Local Development build (v1.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: NilarServiceRequest

Official URL: http://nhn.no/fhir/nilar/StructureDefinition/nilar-service-request Version: 1.5.0
Active as of 2025-09-10 Computable Name: NilarServiceRequest

ServiceRecuest as used in Nilar, referenced from NilarDiagnosticReport.

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ServiceRequest C 0..* ServiceRequest A request for a service to be performed
Constraints: prr-1
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:receiptdate 0..1 dateTime Receipt Date
URL: http://nhn.no/fhir/nilar/StructureDefinition/nilar-receipt-date
.... extension:paymentcategory 0..1 CodeableConcept Payment Category
URL: http://nhn.no/fhir/nilar/StructureDefinition/nilar-payment-category
Binding: Payment Category VS (required)
.... extension:comment 0..* (Complex) Comment
URL: http://nhn.no/fhir/nilar/StructureDefinition/nilar-comment
..... extension 0..0
..... url 1..1 uri "http://nhn.no/fhir/nilar/StructureDefinition/nilar-comment"
..... Slices for value[x] 0..1 Value of extension
Slice: Unordered, Open by type:$this
...... valueAnnotation Annotation
...... valueCodeableConcept CodeableConcept
...... value[x]:valueCodeableConcept 0..1 CodeableConcept Value of extension
Binding: Requisition Comment VS (required)
.... extension:reservation 0..* CodeableConcept Reservation
URL: http://nhn.no/fhir/nilar/StructureDefinition/nilar-reservation
Binding: Reservation Codes (required)
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
.... system SΣ 0..1 uri The namespace for the identifier value
Binding: Identifier Source VS (required)
Example General: http://www.acme.com/identifiers/patient
.... value SΣ 0..1 string The value that is unique
Example General: 123456
... status ?!Σ 1..1 code draft | active | on-hold | revoked | completed | entered-in-error | unknown
Binding: RequestStatus (required): The status of a service order.
... intent ?!Σ 1..1 code proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
Binding: RequestIntent (required): The kind of service request.
... doNotPerform ?!Σ 0..1 boolean True if service/procedure should not be performed
... subject SΣ 1..1 Reference(Patient) Individual or Entity the service is ordered for
.... identifier SΣ 0..1 Identifier Logical reference, when literal reference is not known
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 0..1 uri The namespace for the identifier value
Binding: PublicIdType_VS (required)
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 0..1 string The value that is unique
Example General: 123456
.... display SΣ 0..1 string Text alternative for the resource
... requester Σ 0..1 Reference(PractitionerRole) Who/what is requesting service
... reasonCode Σ 0..* CodeableConcept Explanation/Justification for procedure or service
Binding: Request Reason VS (required)
... specimen Σ 0..* Reference(Specimen) Procedure Samples

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ServiceRequest.extension:comment.value[x]:valueCodeableConceptrequiredRequisitionComment_VS
http://nhn.no/fhir/nilar/ValueSet/requisition-comment-vs
From this IG
ServiceRequest.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
ServiceRequest.identifier.systemrequiredIdentifierSource_VS(a valid code from Identifier Source CS)
http://nhn.no/fhir/nilar/ValueSet/identifier-source-vs
From this IG
ServiceRequest.statusrequiredRequestStatus
http://hl7.org/fhir/ValueSet/request-status|4.0.1
From the FHIR Standard
ServiceRequest.intentrequiredRequestIntent
http://hl7.org/fhir/ValueSet/request-intent|4.0.1
From the FHIR Standard
ServiceRequest.subject.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
ServiceRequest.subject.identifier.systemrequiredPublicIdType_VS(a valid code from Public Id Type CS)
http://nhn.no/fhir/nilar/ValueSet/public-it-type-vs
From this IG
ServiceRequest.reasonCoderequiredRequestReason_VS(a valid code from http://ehelse.no/fhir/CodeSystem/no-kodeverk-8231)
http://nhn.no/fhir/nilar/ValueSet/request-reason-vs
From this IG

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorServiceRequestIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorServiceRequestIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorServiceRequestIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceServiceRequestA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
prr-1errorServiceRequestorderDetail SHALL only be present if code is present
: orderDetail.empty() or code.exists()

 

Other representations of profile: CSV, Excel, Schematron