@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/StructureDefinition/pt-lm-ServiceRequest> a fhir:StructureDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pt-lm-ServiceRequest"] ; # 
  fhir:text [
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LmServiceRequest"] ; # 
  fhir:title [ fhir:v "ServiceRequest"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-05-08T08:30:17+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "koppelmij"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "koppelmij" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://github.com/KoppelMij/" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient-specific clinical order for a digital (eHealth) activity that a healthcare professional requests for a patient, such as completing a questionnaire, performing home measurements, viewing educational content, or launching a third-party module."] ; # 
  fhir:purpose [ fhir:v "To represent the clinical order to start or perform a specific digital (eHealth) activity for a patient. This ServiceRequest provides the clinical intent, context, requested schedule, and patient-specific instructions, and can serve as the basis for one or more Task resources that manage execution and tracking of the activity."] ; # 
  fhir:copyright [ fhir:v "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise."] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:mapping ( [
     fhir:identity [ fhir:v "rim" ] ;
     fhir:uri [ fhir:v "http://hl7.org/v3"^^xsd:anyURI ] ;
     fhir:name [ fhir:v "RIM Mapping" ]
  ] ) ; # 
  fhir:kind [ fhir:v "logical"] ; # 
  fhir:abstract [ fhir:v true] ; # 
  fhir:type [ fhir:v "http://medmij.nl/fhir/StructureDefinition/pt-lm-ServiceRequest"^^xsd:anyURI] ; # 
  fhir:baseDefinition [
     fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
     fhir:link <http://hl7.org/fhir/StructureDefinition/Element>
  ] ; # 
  fhir:derivation [ fhir:v "specialization"] ; # 
  fhir:snapshot [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:string ;
         fhir:v "4.0.1"
       ]
     ] ) ;
     fhir:element ( [
       fhir:id [ fhir:v "pt-lm-ServiceRequest" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest" ] ;
       fhir:short [ fhir:v "ServiceRequest" ] ;
       fhir:definition [ fhir:v "Patient-specific clinical order for a digital (eHealth) activity that a healthcare professional requests for a patient, such as completing a questionnaire, performing home measurements, viewing educational content, or launching a third-party module." ] ;
       fhir:alias ( [ fhir:v "Zorgopdracht" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Element" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:condition ( [ fhir:v "ele-1" ] ) ;
       fhir:constraint ( [
         fhir:key [ fhir:v "ele-1" ] ;
         fhir:severity [ fhir:v "error" ] ;
         fhir:human [ fhir:v "All FHIR elements must have a @value or children" ] ;
         fhir:expression [ fhir:v "hasValue() or (children().count() > id.count())" ] ;
         fhir:xpath [ fhir:v "@value|f:*|h:div" ] ;
         fhir:source [
           fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/Element>
         ]
       ] ) ;
       fhir:isModifier [ fhir:v false ] ;
       fhir:mapping ( [
         fhir:identity [ fhir:v "rim" ] ;
         fhir:map [ fhir:v "n/a" ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.id" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.id" ] ;
       fhir:representation ( [ fhir:v "xmlAttr" ] ) ;
       fhir:short [ fhir:v "Unique id for inter-element referencing" ] ;
       fhir:definition [ fhir:v "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces." ] ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "Element.id" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:url ;
             fhir:v "string"^^xsd:anyURI
           ]
         ] ) ;
         fhir:code [ fhir:v "http://hl7.org/fhirpath/System.String"^^xsd:anyURI ]
       ] ) ;
       fhir:isModifier [ fhir:v false ] ;
       fhir:isSummary [ fhir:v false ] ;
       fhir:mapping ( [
         fhir:identity [ fhir:v "rim" ] ;
         fhir:map [ fhir:v "n/a" ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.extension" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.extension" ] ;
       fhir:slicing [
         fhir:discriminator ( [
           fhir:type [ fhir:v "value" ] ;
           fhir:path [ fhir:v "url" ]
         ] ) ;
         fhir:description [ fhir:v "Extensions are always sliced by (at least) url" ] ;
         fhir:rules [ fhir:v "open" ]
       ] ;
       fhir:short [ fhir:v "Additional content defined by implementations" ] ;
       fhir:definition [ fhir:v "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension." ] ;
       fhir:comment [ fhir:v "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone." ] ;
       fhir:alias ( [ fhir:v "extensions" ] [ fhir:v "user content" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "Element.extension" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Extension"^^xsd:anyURI ]
       ] ) ;
       fhir:constraint ( [
         fhir:key [ fhir:v "ele-1" ] ;
         fhir:severity [ fhir:v "error" ] ;
         fhir:human [ fhir:v "All FHIR elements must have a @value or children" ] ;
         fhir:expression [ fhir:v "hasValue() or (children().count() > id.count())" ] ;
         fhir:xpath [ fhir:v "@value|f:*|h:div" ] ;
         fhir:source [
           fhir:v "http://hl7.org/fhir/StructureDefinition/Element"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/Element>
         ]
       ] [
         fhir:key [ fhir:v "ext-1" ] ;
         fhir:severity [ fhir:v "error" ] ;
         fhir:human [ fhir:v "Must have either extensions or value[x], not both" ] ;
         fhir:expression [ fhir:v "extension.exists() != value.exists()" ] ;
         fhir:xpath [ fhir:v "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])" ] ;
         fhir:source [
           fhir:v "http://hl7.org/fhir/StructureDefinition/Extension"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/Extension>
         ]
       ] ) ;
       fhir:isModifier [ fhir:v false ] ;
       fhir:isSummary [ fhir:v false ] ;
       fhir:mapping ( [
         fhir:identity [ fhir:v "rim" ] ;
         fhir:map [ fhir:v "n/a" ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Identifier" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Identifier" ] ;
       fhir:short [ fhir:v "Business identifier that uniquely identifies this ServiceRequest within or across systems." ] ;
       fhir:definition [ fhir:v "Business identifier that uniquely identifies this ServiceRequest within or across systems." ] ;
       fhir:alias ( [ fhir:v "Identifier" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Identifier" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "*" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Identifier"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Status" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Status" ] ;
       fhir:short [ fhir:v "Current state of the service request (e.g. draft, active, completed, cancelled)." ] ;
       fhir:definition [ fhir:v "Current state of the service request (e.g. draft, active, completed, cancelled)." ] ;
       fhir:alias ( [ fhir:v "Status" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Status" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "code"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Intent" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Intent" ] ;
       fhir:short [ fhir:v "Indicates the level of authority or intention associated with the request (e.g., order or plan)." ] ;
       fhir:definition [ fhir:v "Indicates the level of authority or intention associated with the request (e.g., order or plan)." ] ;
       fhir:alias ( [ fhir:v "Bedoeling" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Intent" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "code"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Subject" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Subject" ] ;
       fhir:short [ fhir:v "Patient for whom the digital activity is requested." ] ;
       fhir:definition [ fhir:v "Patient for whom the digital activity is requested." ] ;
       fhir:alias ( [ fhir:v "Patiënt" ] ) ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Subject" ] ;
         fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ;
         fhir:targetProfile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/Patient>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.patientInstruction" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.patientInstruction" ] ;
       fhir:short [ fhir:v "Patient or consumer-oriented instructions for how the requested activity should be performed. Use this element for patient-specific guidance that should be shown alongside the Task(s) executing this order (e.g., home blood pressure monitoring for 8 weeks, once daily in the morning)." ] ;
       fhir:definition [ fhir:v "Patient or consumer-oriented instructions for how the requested activity should be performed. Use this element for patient-specific guidance that should be shown alongside the Task(s) executing this order (e.g., home blood pressure monitoring for 8 weeks, once daily in the morning)." ] ;
       fhir:alias ( [ fhir:v "PatiëntenInstructie" ] ) ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.patientInstruction" ] ;
         fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "string"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Occurrence" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Occurrence" ] ;
       fhir:short [ fhir:v "Requested schedule for performing the provider module, such as duration, frequency and time of day." ] ;
       fhir:definition [ fhir:v "Requested schedule for performing the provider module, such as duration, frequency and time of day." ] ;
       fhir:alias ( [ fhir:v "Tijdschema" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Occurrence" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Timing"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Requester" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Requester" ] ;
       fhir:short [ fhir:v "Healthcare professional role that requests this activity for the patient." ] ;
       fhir:definition [ fhir:v "Healthcare professional role that requests this activity for the patient." ] ;
       fhir:alias ( [ fhir:v "Aanvrager" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.Requester" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ;
         fhir:targetProfile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/PractitionerRole"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/PractitionerRole>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.AuthoredOn" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.AuthoredOn" ] ;
       fhir:short [ fhir:v "Date and time when this service request was created." ] ;
       fhir:definition [ fhir:v "Date and time when this service request was created." ] ;
       fhir:alias ( [ fhir:v "AanmaakDatumTijd" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:base [
         fhir:path [ fhir:v "pt-lm-ServiceRequest.AuthoredOn" ] ;
         fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
         fhir:max [ fhir:v "1" ]
       ] ;
       fhir:type ( [
         fhir:code [ fhir:v "dateTime"^^xsd:anyURI ]
       ] )
     ] )
  ] ; # 
  fhir:differential [
     fhir:element ( [
       fhir:id [ fhir:v "pt-lm-ServiceRequest" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest" ] ;
       fhir:short [ fhir:v "ServiceRequest" ] ;
       fhir:definition [ fhir:v "Patient-specific clinical order for a digital (eHealth) activity that a healthcare professional requests for a patient, such as completing a questionnaire, performing home measurements, viewing educational content, or launching a third-party module." ] ;
       fhir:alias ( [ fhir:v "Zorgopdracht" ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Identifier" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Identifier" ] ;
       fhir:short [ fhir:v "Business identifier that uniquely identifies this ServiceRequest within or across systems." ] ;
       fhir:definition [ fhir:v "Business identifier that uniquely identifies this ServiceRequest within or across systems." ] ;
       fhir:alias ( [ fhir:v "Identifier" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "*" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Identifier"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Status" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Status" ] ;
       fhir:short [ fhir:v "Current state of the service request (e.g. draft, active, completed, cancelled)." ] ;
       fhir:definition [ fhir:v "Current state of the service request (e.g. draft, active, completed, cancelled)." ] ;
       fhir:alias ( [ fhir:v "Status" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "code"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Intent" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Intent" ] ;
       fhir:short [ fhir:v "Indicates the level of authority or intention associated with the request (e.g., order or plan)." ] ;
       fhir:definition [ fhir:v "Indicates the level of authority or intention associated with the request (e.g., order or plan)." ] ;
       fhir:alias ( [ fhir:v "Bedoeling" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "code"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Subject" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Subject" ] ;
       fhir:short [ fhir:v "Patient for whom the digital activity is requested." ] ;
       fhir:definition [ fhir:v "Patient for whom the digital activity is requested." ] ;
       fhir:alias ( [ fhir:v "Patiënt" ] ) ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ;
         fhir:targetProfile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/Patient"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/Patient>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.patientInstruction" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.patientInstruction" ] ;
       fhir:short [ fhir:v "Patient or consumer-oriented instructions for how the requested activity should be performed. Use this element for patient-specific guidance that should be shown alongside the Task(s) executing this order (e.g., home blood pressure monitoring for 8 weeks, once daily in the morning)." ] ;
       fhir:definition [ fhir:v "Patient or consumer-oriented instructions for how the requested activity should be performed. Use this element for patient-specific guidance that should be shown alongside the Task(s) executing this order (e.g., home blood pressure monitoring for 8 weeks, once daily in the morning)." ] ;
       fhir:alias ( [ fhir:v "PatiëntenInstructie" ] ) ;
       fhir:min [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "string"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Occurrence" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Occurrence" ] ;
       fhir:short [ fhir:v "Requested schedule for performing the provider module, such as duration, frequency and time of day." ] ;
       fhir:definition [ fhir:v "Requested schedule for performing the provider module, such as duration, frequency and time of day." ] ;
       fhir:alias ( [ fhir:v "Tijdschema" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Timing"^^xsd:anyURI ]
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.Requester" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.Requester" ] ;
       fhir:short [ fhir:v "Healthcare professional role that requests this activity for the patient." ] ;
       fhir:definition [ fhir:v "Healthcare professional role that requests this activity for the patient." ] ;
       fhir:alias ( [ fhir:v "Aanvrager" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "Reference"^^xsd:anyURI ] ;
         fhir:targetProfile ( [
           fhir:v "http://hl7.org/fhir/StructureDefinition/PractitionerRole"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/StructureDefinition/PractitionerRole>
         ] )
       ] )
     ] [
       fhir:id [ fhir:v "pt-lm-ServiceRequest.AuthoredOn" ] ;
       fhir:path [ fhir:v "pt-lm-ServiceRequest.AuthoredOn" ] ;
       fhir:short [ fhir:v "Date and time when this service request was created." ] ;
       fhir:definition [ fhir:v "Date and time when this service request was created." ] ;
       fhir:alias ( [ fhir:v "AanmaakDatumTijd" ] ) ;
       fhir:min [ fhir:v "0"^^xsd:nonNegativeInteger ] ;
       fhir:max [ fhir:v "1" ] ;
       fhir:type ( [
         fhir:code [ fhir:v "dateTime"^^xsd:anyURI ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

