HL7 / ig-template-base

Base IG template managed by HL7 but usable by anyone (no logos). The foundation for most HL7-published IGs
14 stars 27 forks source link

Feature/prism fhirpath formatting #253

Open brianpos opened 2 weeks ago

brianpos commented 2 weeks ago

New script and css to be available for any implementation guide to support syntax highlighting for fhirpath markdown blocks (since the scripts need to be in an approved template)

eg.

Patient.name.exists()
Patient.identifier.exists(use = 'official')
Patient.telecom.exists(system = 'phone' and use = 'mobile')
Patient.generalPractitioner.exists(resolve() is Practitioner) // this example is wrong